ReactOS 0.4.16-dev-1225-g1286711
_CREATE_PROCESS_DEBUG_INFO Struct Reference

#include <winbase.h>

Collaboration diagram for _CREATE_PROCESS_DEBUG_INFO:

Public Attributes

HANDLE hFile
 
HANDLE hProcess
 
HANDLE hThread
 
LPVOID lpBaseOfImage
 
DWORD dwDebugInfoFileOffset
 
DWORD nDebugInfoSize
 
LPVOID lpThreadLocalBase
 
LPTHREAD_START_ROUTINE lpStartAddress
 
LPVOID lpImageName
 
WORD fUnicode
 

Detailed Description

Definition at line 766 of file winbase.h.

Member Data Documentation

◆ dwDebugInfoFileOffset

DWORD _CREATE_PROCESS_DEBUG_INFO::dwDebugInfoFileOffset

Definition at line 771 of file winbase.h.

◆ fUnicode

WORD _CREATE_PROCESS_DEBUG_INFO::fUnicode

Definition at line 776 of file winbase.h.

◆ hFile

HANDLE _CREATE_PROCESS_DEBUG_INFO::hFile

Definition at line 767 of file winbase.h.

Referenced by UpdateFromEvent().

◆ hProcess

HANDLE _CREATE_PROCESS_DEBUG_INFO::hProcess

Definition at line 768 of file winbase.h.

Referenced by UpdateFromEvent().

◆ hThread

HANDLE _CREATE_PROCESS_DEBUG_INFO::hThread

Definition at line 769 of file winbase.h.

Referenced by UpdateFromEvent().

◆ lpBaseOfImage

LPVOID _CREATE_PROCESS_DEBUG_INFO::lpBaseOfImage

Definition at line 770 of file winbase.h.

Referenced by test_DebuggingFlag().

◆ lpImageName

LPVOID _CREATE_PROCESS_DEBUG_INFO::lpImageName

Definition at line 775 of file winbase.h.

◆ lpStartAddress

LPTHREAD_START_ROUTINE _CREATE_PROCESS_DEBUG_INFO::lpStartAddress

Definition at line 774 of file winbase.h.

◆ lpThreadLocalBase

LPVOID _CREATE_PROCESS_DEBUG_INFO::lpThreadLocalBase

Definition at line 773 of file winbase.h.

◆ nDebugInfoSize

DWORD _CREATE_PROCESS_DEBUG_INFO::nDebugInfoSize

Definition at line 772 of file winbase.h.


The documentation for this struct was generated from the following file: