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