This function executes "RDPMC" (Opcode : 0F 33) instruction.
"RDPMC" : Loads the performance-monitoring counter (PMC) specified in the ECX register into registers EDX:EAX.
BOOL Rdpmc(
DWORD index,
PDWORD eax,
PDWORD edx
);
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.