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