RdpmcPx

This function executes "RDPMC" (Opcode : 0F 33) instruction with process affinity mask.

"RDPMC" : Loads the performance-monitoring counter (PMC) specified in the ECX register into registers EDX:EAX.

Syntax

BOOL RdpmcPx(
    DWORD index,
    PDWORD eax,
    PDWORD edx,
    DWORD_PTR processAffinityMask
);

Parameters

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

Remarks

 

Requirements