inidbi2.inidbi2.GetPrivateProfileStruct C# (CSharp) Method

GetPrivateProfileStruct() private method

private GetPrivateProfileStruct ( string section, string key, string struc, int size, string filepath ) : int
section string
key string
struc string
size int
filepath string
return int
        private static extern int GetPrivateProfileStruct(string section, string key, string struc, int size, string filepath);