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: HANDLElpBaseOfDll: LPVOIDdwDebugInfoFileOffset: DWORDnDebugInfoSize: DWORDlpImageName: LPVOIDfUnicode: WORDTrait Implementations
Returns the “default value” for a type. Read more