RemoveEntryEx

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
RemoveEntryEx : BOOL;
RemoveEntryEx: 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.
RemoveEntryEx : BOOL;
RemoveEntryEx: Result of the function.