Esempio n. 1
0
 private static int criAtomExAcf_GetGlobalAisacInfoByName(string name, out GlobalAisacInfoForMarshaling info)
 {
     info = new GlobalAisacInfoForMarshaling(); return(-1);
 }
Esempio n. 2
0
 private static extern int criAtomExAcf_GetGlobalAisacInfoByName(string name, out GlobalAisacInfoForMarshaling info);
Esempio n. 3
0
 private static int criAtomExAcf_GetGlobalAisacInfo(ushort index, out GlobalAisacInfoForMarshaling info)
 {
     info = new GlobalAisacInfoForMarshaling(); return(-1);
 }
Esempio n. 4
0
 private static extern int criAtomExAcf_GetGlobalAisacInfo(ushort index, out GlobalAisacInfoForMarshaling info);