RemoveEntryExPtr

Determines the position of the specified entry and deletes it from the array.
VAR_INPUT
pEntry : PVOID;
pEntry: Pointer to the entry to be removed.
VAR_OUTPUT
RemoveEntryExPtr : BOOL;
RemoveEntryExPtr: Result of the function.
Determines the position of the specified entry and deletes it from the array.
pEntry : PVOID;
pEntry: Pointer to the entry to be removed.
RemoveEntryExPtr : BOOL;
RemoveEntryExPtr: Result of the function.