Share via


RegisterEditor (Compact 2013)

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