RegisterEditor

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

EditorDeregister
EditorInitialize
IP_NAT_REGISTER_EDITOR