Jump to content

UsbDeregisterNotification

From EDM2
Revision as of 22:10, 5 January 2017 by Martini (talk | contribs) (Created page with "==Description== Removes the registration of attach/detach notification semaphores. ==Syntax== <pre> ulrc=UsbDeregisterNotification(NotifyID) </pre> ==Parameters== ; NotifyID...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Removes the registration of attach/detach notification semaphores.

Syntax

ulrc=UsbDeregisterNotification(NotifyID)

Parameters

NotifyID

Return Code

Errors

 [0000] - NO_ERROR
 [0006] - ERROR_INVALID_HANDLE
 [001F] - ERROR_GEN_FAILURE
 [0057] - ERROR_INVALID_PARAMETER
 [005F] - ERROR_INTERRUPT (95)
 [0064] - ERROR_TOO_MANY_SEMAPHORES
 [0067] - ERROR_TOO_MANY_SEM_REQUESTS (103)
 [0069] - ERROR_SEM_OWNER_DIED (105)
 [1B58] - USB_NOT_INIT (7000)
 [FF1F] - ERROR_GEN_FAILURE
 [FF57] - ERROR_INVALID_PARAMETER
 [FFBB] - ERROR_SEM_NOT_FOUND

Remarks

Example Code


Related Functions