Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The ORPC_INIT_ARGS structure contains information used to initialize remote debugging using the IOrpcDebugNotify interface.
Syntax
typedef struct ORPC_INIT_ARGS {
IOrpcDebugNotify *lpIntfOrpcDebug;
void *pvPSN;
DWORD *dwReserved1;
DWORD *dwReserved2;
} ORPC_INIT_ARGS, *LPORPC_INIT_ARGS;
Members
-
lpIntfOrpcDebug
-
A pointer to the IOrpcDebugNotify interface for use by in-process debuggers. If the debugger is not in-process or is a Macintosh system, this field must be NULL.
-
pvPSN
-
A pointer to the Macintosh process serial number of the debuggee's process. If the debuggee is not a Macintosh system, this field must be NULL.
-
dwReserved1
-
Reserved. Must be 0.
-
dwReserved2
-
Reserved. Must be 0.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|