Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function executes a specified vector floating-point (VFP) instruction.
Syntax
BOOL VfpExecuteInstruction(
DWORD dwInstr,
PEXCEPTION_RECORD pExr,
PCONTEXT pContext,
DWORD* pdwReserved,
BOOL fInKMode
);
Parameters
- dwInstr
[in] The instruction to execute.
- pExr
[in] Pointer to an EXCEPTION_RECORD structure.
- pContext
[in] Pointer to an ARM-specific thread context structure.
- pdwReserved
[out] Reserved for future use.
- fInKMode
[in] Indicates whether this function is in kernel mode.
Return Value
Returns true if the instruction was successfully executed; otherwise, false.