#[repr(C)]
pub struct LDRP_LOAD_CONTEXT {
Show 18 fields pub BaseDllName: UNICODE_STRING, pub somestruct: PVOID, pub Flags: ULONG, pub pstatus: *mut NTSTATUS, pub ParentEntry: *mut LDR_DATA_TABLE_ENTRY, pub Entry: *mut LDR_DATA_TABLE_ENTRY, pub WorkQueueListEntry: LIST_ENTRY, pub ReplacedEntry: *mut LDR_DATA_TABLE_ENTRY, pub pvImports: *mut *mut LDR_DATA_TABLE_ENTRY, pub ImportDllCount: ULONG, pub TaskCount: LONG, pub pvIAT: PVOID, pub SizeOfIAT: ULONG, pub CurrentDll: ULONG, pub piid: PIMAGE_IMPORT_DESCRIPTOR, pub OriginalIATProtect: ULONG, pub GuardCFCheckFunctionPointer: PVOID, pub pGuardCFCheckFunctionPointer: *mut PVOID,
}

Fields

BaseDllName: UNICODE_STRINGsomestruct: PVOIDFlags: ULONGpstatus: *mut NTSTATUSParentEntry: *mut LDR_DATA_TABLE_ENTRYEntry: *mut LDR_DATA_TABLE_ENTRYWorkQueueListEntry: LIST_ENTRYReplacedEntry: *mut LDR_DATA_TABLE_ENTRYpvImports: *mut *mut LDR_DATA_TABLE_ENTRYImportDllCount: ULONGTaskCount: LONGpvIAT: PVOIDSizeOfIAT: ULONGCurrentDll: ULONGpiid: PIMAGE_IMPORT_DESCRIPTOROriginalIATProtect: ULONGGuardCFCheckFunctionPointer: PVOIDpGuardCFCheckFunctionPointer: *mut PVOID

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.