Fix marshaling bug

This commit is contained in:
Jim Norman 2006-04-03 23:35:46 +00:00
parent 4c06109e5a
commit 22fb775d99

View File

@ -275,7 +275,7 @@ namespace Novell.CASA
public static extern IntPtr miCASAOpenSecretStoreCache
(
[In, Out] SSCS_SECRET_STORE_ID_T ssid,
ulong ssFlags,
uint ssFlags,
[In, Out] SSCS_EXT_T ext
);