AGS.Editor.NativeProxy.GetPrivateProfileString C# (CSharp) Метод

GetPrivateProfileString() приватный Метод

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
Результат int
        public static extern int GetPrivateProfileString(string section, string key, string def, System.Text.StringBuilder retVal, int size, string filePath);