pub unsafe extern "system" fn IoFastQueryNetworkAttributes(
    objectattributes: *const OBJECT_ATTRIBUTES,
    desiredaccess: u32,
    openoptions: u32,
    iostatus: *mut IO_STATUS_BLOCK,
    buffer: *mut FILE_NETWORK_OPEN_INFORMATION
) -> BOOLEAN
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_IO"