Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 150 of file avltable.c.
{ /* Find the node */ *SearchResult = RtlpFindAvlTableNodeOrParent(Table, Buffer, (PRTL_BALANCED_LINKS*)NodeOrParent); if (*SearchResult != TableFoundNode) return NULL; /* Node found, return the user data */ return &((PTABLE_ENTRY_HEADER)*NodeOrParent)->UserData; }