Beispiel #1
0
 public static extern HResult SafeArrayUnlock(
     ref SAFEARRAY psa);
Beispiel #2
0
 public static extern HResult SafeArrayGetVartype(
     ref SAFEARRAY psa,
     out VariantType pvt);