VOID
LpcpDestroyPortQueue(
IN PLPCP_PORT_OBJECT Port,
IN BOOLEAN CleanupAndDestroy
);
Routine Description:
This routine is used to teardown the message queue of a port object.
After running this message will either be empty (like it was just
initialized) or completely gone (needs to be initialized)
Arguments:
Port - Supplies the port containing the message queue being modified
CleanupAndDestroy - Specifies if the message queue should be set back
to the freshly initialized state (value of FALSE) or completely
torn down (value of TRUE)
Return Value:
None.