DiMgslClose


Prototype  
NTSTATUS DiMgslClose( void *Handle,
                      void *Context );
Parameters  
Handle
handle to open port
Context
context data passed in the DICALLBACKS Context element during the DiMgslOpen() call
Return Value  
STATUS_SUCCESS
port successfully closed
STATUS_INVALID_HANDLE
Handle is invalid

Close a device handle. The handle is not valid after making this call. Call this function when the port is no longer needed.


Previous Contents Next