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.
BOOL RdpmcPx(
DWORD index,
PDWORD eax,
PDWORD edx,
DWORD_PTR processAffinityMask
);
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.