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.
Syntax
typedef struct _IMAGE_HOTSWAP_X64_ENDPOINT_INFO_ENTRY_V2 {
IMAGE_HOTSWAP_ENDPOINT_INFO_ENTRY_COMMON Common;
IMAGE_HOTSWAP_X64_ENDPOINT_INFO_CC_REG ArgRegs[4];
DWORD ArgStackSize;
IMAGE_HOTSWAP_X64_ENDPOINT_INFO_CC_REG RetReg;
BYTE Name[ANYSIZE_ARRAY];
} IMAGE_HOTSWAP_X64_ENDPOINT_INFO_ENTRY_V2, *PIMAGE_HOTSWAP_X64_ENDPOINT_INFO_ENTRY_V2;
Members
Common
ArgRegs[4]
ArgStackSize
RetReg
Name[ANYSIZE_ARRAY]
Requirements
| Requirement | Value |
|---|---|
| Header | winnt.h |