AcTools.Windows.Kernel32.GetPrivateProfileString C# (CSharp) Method

GetPrivateProfileString() private method

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
return int
        public static extern int GetPrivateProfileString(string section, string key, string def, StringBuilder retVal, int size, string filePath);
        #endregion