Share via


EditorInitialize (Windows Embedded CE 6.0)

1/6/2010

This function allows the OS to initialize the network address translation (NAT) editor.

Syntax

NTSTATUS EditorInitialize( 
  PNAT_REGISTER_EDITOR RegisterEditor 
)

Parameters

  • RegisterEditor
    [in, out] Pointer to a RegisterEditor function within the NAT driver.

Return Value

STATUS_SUCCESS indicates success. A non-zero value indicates failure.

Remarks

All NAT editors must export this function. The OS calls this function during initialization, when the NAT driver loads the editor list.

Requirements

Header natedit.h
Library coredll.dll
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Network Address Translation Functions
RegisterEditor