CPU_REG_STRUCT (Windows CE 5.0)
This structure specifies a CPU register.
typedef struct _CPU_REG_STRUCT { LPOLESTR szRegName; CPU_REG_VS6_DISP_STRUCT sVs6Disp;} CPU_REG_STRUCT;
Members
szRegName
Register name.The following table shows standard register names.
Programming element Name Description SZ_STD_REG_SP StdReg_SP Stack Pointer SZ_STD_REG_IP StdReg_IP Instruction Pointer SZ_STD_REG_FP StdReg_FP Frame Pointer SZ_STD_REG_RA StdReg_RA Return Address SZ_STD_REG_Arg0 StdReg_Arg0 Function Argument 0 SZ_STD_REG_Arg1 StdReg_Arg1 Function Argument 1 SZ_STD_REG_Arg2 StdReg_Arg2 Function Argument 2 SZ_STD_REG_Arg3 StdReg_Arg3 Function Argument 3 SZ_STD_REG_RetVal0 StdReg_RetVal0 Function Return Value 0 SZ_STD_REG_RetVal1 StdReg_RetVal1 Function Return Value 1 sVs6Disp
Reserved.
Requirements
OS Version: Windows CE 5.0 and later.
Header: exdi2.h.
See Also
Send Feedback on this topic to the authors