Previous Next

SmartcardDeleteLink (VxD)

The SmartcardDeleteLink function deletes the link that was created with SmartcardCreateLink (VxD).

NTSTATUS 
  SmartcardDeleteLink(
    IN PSTR  LinkName
    );

Parameters

LinkName
Pointer to the name to be removed from the registry.

Return Value

SmartcardDreateLink returns STATUS_SUCCESS if the symbolic link object was deleted.

Headers

Declared in smclib.h. Include smclib.h.

Comments

Use this function to remove the link to the driver from the registry when a dynamically-loaded driver unloads.

This function is not available when developing WDM drivers. For a list of the functions that can be used, see WDM Smart Card Driver Functions.

See Also

SmartcardDeleteLink (WDM), SmartcardCreateLink