EditorInitialize (Compact 2013)
3/28/2014
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.
Link Library: Coredll.dll.
Requirements
Header |
natedit.h |
Library |
coredll.dll |