pub unsafe fn PeerDistRegisterForStatusChangeNotificationEx<P0>(
    hpeerdist: isize,
    hcompletionport: P0,
    ulcompletionkey: usize,
    lpoverlapped: *const OVERLAPPED,
    ppeerdiststatus: *mut PEERDIST_STATUS_INFO
) -> u32where
    P0: IntoParam<HANDLE>,
Expand description

Required features: "Win32_NetworkManagement_P2P", "Win32_Foundation", "Win32_System_IO"