Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This function allows a network address translation (NAT) editor to register with the NAT driver when a pointer to this function is passed to the EditorInitialize function.
Syntax
NTSTATUS RegisterEditor(
PIP_NAT_REGISTER_EDITOR RegisterContext
)
Parameters
- RegisterContext
[in] Pointer to an IP_NAT_REGISTER_EDITOR structure that specifies protocol and function information.
Return Value
STATUS_SUCCESS indicates success. A non-zero value indicates failure.
Requirements
Header |
natedit.h |
Library |
coredll.dll |
See Also
Reference
Network Address Translation Functions
EditorDeregister
EditorInitialize
IP_NAT_REGISTER_EDITOR