PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES {
  NTSTATUS           TranslationStatus;
  PPEP_ACPI_RESOURCE InputBuffer;
  SIZE_T             InputBufferSize;
  PVOID              OutputBuffer;
  SIZE_T             OutputBufferSize;
  ULONG              Flags;
} PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES, *PPEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES {
  NTSTATUS           TranslationStatus;
  PPEP_ACPI_RESOURCE InputBuffer;
  SIZE_T             InputBufferSize;
  PVOID              OutputBuffer;
  SIZE_T             OutputBufferSize;
  ULONG              Flags;
} PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES, *PPEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_acpi_request_convert_to_bios_resources)

_PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES structure (pep_x.h)

Description

The PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES structure is used in the process of converting ACPI resources to BIOS resources by one of the PEP initialization functions.

Members

TranslationStatus

The result code from the resource translation call.

InputBuffer

A pointer to a PEP_ACPI_RESOURCE containing the input buffer.

InputBufferSize

The size of the input buffer.

OutputBuffer

A pointer to the output buffer containing the translated structure.

OutputBufferSize

The size of the output buffer.

Flags

The value contained in the PEP_ACPI_RESOURCE_FLAGS structure.

See also

PEP initialization functions

PEP_ACPI_RESOURCE

PEP_ACPI_RESOURCE_FLAGS


Windows Driver Kit DDI reference (ns-pepfx-_pep_acpi_request_convert_to_bios_resources)

_PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES structure (pepfx.h)

Description

The PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES structure is used in the process of converting ACPI resources to BIOS resources by one of the PEP initialization functions.

Members

TranslationStatus

The result code from the resource translation call.

InputBuffer

A pointer to a PEP_ACPI_RESOURCE containing the input buffer.

InputBufferSize

The size of the input buffer.

OutputBuffer

A pointer to the output buffer containing the translated structure.

OutputBufferSize

The size of the output buffer.

Flags

The value contained in the PEP_ACPI_RESOURCE_FLAGS structure.

See also

PEP initialization functions

PEP_ACPI_RESOURCE

PEP_ACPI_RESOURCE_FLAGS