EditorInitialize (Windows CE 5.0)
This function allows the OS to initialize the network address translation (NAT) editor.
NTSTATUS EditorInitialize(PNAT_REGISTER_EDITORRegisterEditor)
Parameters
- RegisterEditor
[in, out] Pointer to a RegisterEditor function within the NAT driver.
Return Values
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
OS Versions: Windows CE 3.0 and later.
Header: Natedit.h.
Link Library: Coredll.dll.
See Also
Send Feedback on this topic to the authors