TimeoutSession (Windows Embedded CE 6.0)
1/6/2010
This function causes a session to time out.
Syntax
NTSTATUS TimeoutSession(
PVOID EditorHandle,
PVOID SessionHandle
)
Parameters
- EditorHandle
[in] Pointer that specifies the handle that identifies the editor to a network address translation (NAT) module.
- SessionHandle
[in] Handle to the session. Use this handle when calling the QueryInfoSession function.
Return Value
STATUS_SUCCESS indicates success. A non-zero value indicates failure.
Remarks
Calling TimeoutSession ends the session and removes all of the port mappings for that session. Once the port mappings are removed, no further translation occurs on the session. The NAT driver removes port mappings asynchronously, so translation might not stop immediately.
Requirements
Header | natedit.h |
Library | coredll.dll |
Windows Embedded CE | Windows CE 3.0 and later |