Struct winapi::setupapi::SP_DEVINSTALL_PARAMS_W
[−]
[src]
pub struct SP_DEVINSTALL_PARAMS_W { pub cbSize: DWORD, pub Flags: DWORD, pub FlagsEx: DWORD, pub hwndParent: HWND, pub InstallMsgHandler: PSP_FILE_CALLBACK_W, pub InstallMsgHandlerContext: PVOID, pub FileQueue: HSPFILEQ, pub ClassInstallReserved: ULONG_PTR, pub Reserved: DWORD, pub DriverPath: [WCHAR; ::MAX_PATH], }
Fields
cbSize | |
Flags | |
FlagsEx | |
hwndParent | |
InstallMsgHandler | |
InstallMsgHandlerContext | |
FileQueue | |
ClassInstallReserved | |
Reserved | |
DriverPath |
Trait Implementations
impl Copy for SP_DEVINSTALL_PARAMS_W
[src]
impl Clone for SP_DEVINSTALL_PARAMS_W
[src]
fn clone(&self) -> SP_DEVINSTALL_PARAMS_W
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more