SmartcardDeleteLink (WDM) routine
The SmartcardDeleteLink (WDM) routine deletes the link that was created by SmartcardCreateLink (WDM).
Syntax
VOID SmartcardDeleteLink(
PUNICODE_STRING LinkName
);
Parameters
- LinkName
A pointer to an uninitialized UNICODE_STRING that contains the name to remove from the registry.
Return value
None
Remarks
When a dynamically loaded driver unloads, it should call this routine to remove the link to the driver from the registry.
Requirements
Target platform |
Desktop |
Version |
Available in Windows XP and later versions of Windows. |
Header |
Smclib.h (include Smclib.h) |
Library |
Smclib.lib |
IRQL |
PASSIVE_LEVEL |
See also