Share via


RegisterEditor (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Network Address Translation Functions
EditorDeregister
EditorInitialize
IP_NAT_REGISTER_EDITOR