VOID
UnpackBiosParameterBlock(
IN PPACKED_BIOS_PARAMETER_BLOCK Bios,
OUT PBIOS_PARAMETER_BLOCK UnpackedBios
);
Routine Description:
This routine copies a packed Bios Parameter Block to an unpacked Bios
Parameter Block.
Arguments:
Bios - Pointer to the packed Bios Parameter Block.
UnpackedBios - Pointer to the unpacked Bios Parameter Block.
Return Value:
None.