|
WindowsApiCryptUnregisterOIDInfo Method
|
Win32 CryptUnregisterOIDInfo function.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
Syntax[DllImportAttribute("crypt32.dll", SetLastError = true)]
public static bool CryptUnregisterOIDInfo(
IntPtr pInfo
)<DllImportAttribute("crypt32.dll", SetLastError := true>]
Public Shared Function CryptUnregisterOIDInfo (
pInfo As IntPtr
) As Booleanpublic:
[DllImportAttribute(L"crypt32.dll", SetLastError = true)]
static bool CryptUnregisterOIDInfo(
IntPtr pInfo
)
[<DllImportAttribute("crypt32.dll", SetLastError = true)>]
static member CryptUnregisterOIDInfo :
pInfo : IntPtr -> bool GSF.Interop.WindowsApi.CryptUnregisterOIDInfo = function(pInfo);
View SourceParameters
- pInfo IntPtr
-
Return Value
Boolean
See Also