BCryptDeleteContext function
[BCryptDeleteContext is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The BCryptDeleteContext function deletes an existing CNG configuration context.
Syntax
NTSTATUS WINAPI BCryptDeleteContext( _In_ ULONG dwTable, _In_ LPCWSTR pszContext );
Parameters
- dwTable [in]
-
Identifies the configuration table to delete the context from. This can be one of the following values.
Value Meaning - CRYPT_LOCAL
Delete the context from the local-machine configuration table.
- CRYPT_DOMAIN
This value is not available for use.
- pszContext [in]
-
A pointer to a null-terminated Unicode string that contains the identifier of the context to delete.
Return value
Returns a status code that indicates the success or failure of the function.
Possible return codes include, but are not limited to, the following.
| Return code | Description |
|---|---|
|
The function was successful. |
|
One or more parameters are not valid. |
|
A memory allocation failure occurred. |
Remarks
BCryptDeleteContext can be called only in user mode.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|