pub unsafe extern "system" fn PeerGraphOpen(
    pwzgraphid: PWSTR,
    pwzpeerid: PWSTR,
    pwzdatabasename: PWSTR,
    psecurityinterface: *const PEER_SECURITY_INTERFACE,
    crecordtypesyncprecedence: u32,
    precordtypesyncprecedence: *const GUID,
    phgraph: *mut *mut c_void
) -> HRESULT
Expand description

Required features: ‘Win32_NetworkManagement_P2P’, ‘Win32_Foundation’