pub unsafe extern "C" fn FRD_GetExtendedNatProperties(
natMappingType: *mut u32_,
natFilteringType: *mut u32_,
natMappingPortIncrement: *mut u32_,
) -> ResultExpand description
Gets extended NAT properties. This is the same as FRD_GetNatProperties, with this version also returning the NAT Mapping Port Increment.
ยงArguments
natMappingType- Pointer to write the NAT mapping type of the connection to.natFilteringType- Pointer to write the NAT filtering type of the connection to.natMappingPortIncrement- Pointer to write the NAT mapping port increment to.