IPMCPU::PageSize (Windows CE 5.0)
This method obtains or sets the page size of the CPU.
To obtain the page size of the CPU use the following syntax.
HRESULT PageSize(long* pdwPageSize);
To set the page size of the CPU use the following syntax.
HRESULT PageSize(long dwPageSize);
Parameters
- pdwPageSize
[out] Pointer to the page size of the CPU. - dwPageSize
[in] Page size of the CPU.
Return Values
Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Cpu.h, Cemgr.idl.
Send Feedback on this topic to the authors