Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 73 of file pxe.c.
Referenced by CallPxe(), PxeInit(), and PxeMount().
{ static PPXE pPxe = NULL; static BOOLEAN bPxeSearched = FALSE; if (!bPxeSearched) { pPxe = FindPxeStructure(); bPxeSearched = TRUE; } return pPxe; }