CryptXmlDllGetInterface
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptXmlDllGetInterface(
IntPtr pwszDll,
IntPtr pwszInterface,
ref IntPtr ppvImpl
);Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptXmlDllGetInterface(
IntPtr pwszDll,
IntPtr pwszInterface,
ref IntPtr ppvImpl
);Last updated