pub unsafe fn PeerDistRegisterForStatusChangeNotification<P0>(
hpeerdist: isize,
hcompletionport: P0,
ulcompletionkey: usize,
lpoverlapped: *const OVERLAPPED,
ppeerdiststatus: *mut PEERDIST_STATUS
) -> u32where
P0: IntoParam<HANDLE>,
Expand description
Required features: "Win32_NetworkManagement_P2P"
, "Win32_Foundation"
, "Win32_System_IO"