Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
Removes the specified node from the list.
Syntax
void *RemoveI(
POSITION pos
);
Parameters
- pos
Position in the list of the node to remove.
Return Value
Returns the pointer to the object that was removed.
Remarks
This member function deletes the pointer to its object from the list, but does not free the object itself.
If the list is empty, this member function harmlessly returns NULL.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |