Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_CONFIG_PARAM
#[repr(C)]pub struct WSD_CONFIG_PARAM {
pub configParamType: WSD_CONFIG_PARAM_TYPE,
pub pConfigData: *mut c_void,
pub dwConfigDataSize: u32,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields§
§configParamType: WSD_CONFIG_PARAM_TYPE
§pConfigData: *mut c_void
§dwConfigDataSize: u32