Struct windows_sys::Win32::System::ClrHosting::ModuleBindInfo
#[repr(C)]pub struct ModuleBindInfo {
pub dwAppDomainId: u32,
pub lpAssemblyIdentity: PCWSTR,
pub lpModuleName: PCWSTR,
}Expand description
Required features: "Win32_System_ClrHosting"
Fields§
§dwAppDomainId: u32§lpAssemblyIdentity: PCWSTR§lpModuleName: PCWSTR