ReactOS 0.4.15-dev-7968-g24a56f8
_BOOT_APPLICATION_PARAMETER_BLOCK Struct Reference

#include <bl.h>

Public Attributes

ULONG Signature [2]
 
ULONG Version
 
ULONG Size
 
ULONG ImageType
 
ULONG MemoryTranslationType
 
ULONGLONG ImageBase
 
ULONG ImageSize
 
ULONG MemoryDataOffset
 
ULONG AppEntryOffset
 
ULONG BootDeviceOffset
 
ULONG FirmwareParametersOffset
 
ULONG ReturnArgumentsOffset
 

Detailed Description

Definition at line 768 of file bl.h.

Member Data Documentation

◆ AppEntryOffset

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::AppEntryOffset

Definition at line 785 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ BootDeviceOffset

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::BootDeviceOffset

Definition at line 788 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ FirmwareParametersOffset

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::FirmwareParametersOffset

Definition at line 791 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ ImageBase

ULONGLONG _BOOT_APPLICATION_PARAMETER_BLOCK::ImageBase

Definition at line 778 of file bl.h.

Referenced by BlGetApplicationBaseAndSize(), and ImgpInitializeBootApplicationParameters().

◆ ImageSize

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::ImageSize

Definition at line 779 of file bl.h.

Referenced by BlGetApplicationBaseAndSize(), and ImgpInitializeBootApplicationParameters().

◆ ImageType

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::ImageType

Definition at line 774 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ MemoryDataOffset

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::MemoryDataOffset

Definition at line 782 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ MemoryTranslationType

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::MemoryTranslationType

Definition at line 775 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ ReturnArgumentsOffset

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::ReturnArgumentsOffset

Definition at line 794 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ Signature

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::Signature[2]

Definition at line 771 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ Size

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::Size

Definition at line 773 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().

◆ Version

ULONG _BOOT_APPLICATION_PARAMETER_BLOCK::Version

Definition at line 772 of file bl.h.

Referenced by ImgpInitializeBootApplicationParameters().


The documentation for this struct was generated from the following file: