Debugging Tools for Windows

GetPageSize

The GetPageSize method returns the page size for the effective processor mode.

HRESULT
  IDebugControl::GetPageSize(
    OUT PULONG  Size
    );

Parameters

Size
Receives the page size.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetPageSize is available in all versions of IDebugControl.

Build machine: CAPEBUILD