inidbi2.inidbi2.WritePrivateProfileStruct C# (CSharp) Method

WritePrivateProfileStruct() private method

private WritePrivateProfileStruct ( 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 WritePrivateProfileStruct(string section, string key, string struc, int size, string filepath);