BOOLEAN
IopIsRemoteBootCard(
IN PIO_RESOURCE_REQUIREMENTS_LIST ResourceRequirements,
IN PLOADER_PARAMETER_BLOCK LoaderBlock,
IN PWCHAR HwIds
);
Routine Description:
This function determines if the card described by the hwIds is the
remote boot network card. It checks against the hardware ID for the
card that is stored in the setup loader block.
THIS ASSUMES THAT IOREMOTEBOOTCLIENT IS TRUE AND THAT LOADERBLOCK
IS VALID.
Arguments:
DeviceNode - Device node for the card in question.
LoaderBlock - Supplies a pointer to the loader parameter block that was
created by the OS Loader.
HwIds - The hardware IDs for the device in question.
Return Value:
TRUE or FALSE.