Esempio n. 1
0
 static extern int CertEnumSystemStore(
     uint flags,
     [MarshalAs(UnmanagedType.LPWStr)]
     string SystemStoreLocationPara,
     ArrayList userArg,
     EnumStoreCallbackWithArrayList callback
     );
Esempio n. 2
0
 static extern int CertEnumSystemStore(
     uint flags,
     IntPtr SystemStoreLocationPara,
     ArrayList userArg,
     EnumStoreCallbackWithArrayList callback
     );