AGS.Editor.NativeProxy.GetPrivateProfileString C# (CSharp) Method

GetPrivateProfileString() private method

private GetPrivateProfileString ( string section, string key, string def, System retVal, int size, string filePath ) : int
section string
key string
def string
retVal System
size int
filePath string
return int
        public static extern int GetPrivateProfileString(string section, string key, string def, System.Text.StringBuilder retVal, int size, string filePath);