Struct winapi::um::minwinbase::LOAD_DLL_DEBUG_INFO [−][src]
#[repr(C)]pub struct LOAD_DLL_DEBUG_INFO {
pub hFile: HANDLE,
pub lpBaseOfDll: LPVOID,
pub dwDebugInfoFileOffset: DWORD,
pub nDebugInfoSize: DWORD,
pub lpImageName: LPVOID,
pub fUnicode: WORD,
}
Fields
hFile: HANDLE
lpBaseOfDll: LPVOID
dwDebugInfoFileOffset: DWORD
nDebugInfoSize: DWORD
lpImageName: LPVOID
fUnicode: WORD
Trait Implementations
Returns the “default value” for a type. Read more