AcTools.Windows.Kernel32.GetPrivateProfileString C# (CSharp) 메소드

GetPrivateProfileString() 개인적인 메소드

private GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
section string
key string
def string
retVal StringBuilder
size int
filePath string
리턴 int
        public static extern int GetPrivateProfileString(string section, string key, string def, StringBuilder retVal, int size, string filePath);
        #endregion