MQFreeSecurityContext

The MQFreeSecurityContext function frees the memory allocated by MQGetSecurityContext.

VOID APIENTRY MQFreeSecurityContext(
  HANDLE hSecurityContext  
);
 

Parameters

hSecurityContext
[in] Handle to the security context buffer.

Return Values

None.

Remarks

The security context buffer is created by MQGetSecurityContext. It contains information MSMQ needs to authenticate messages.

See Also

MQGetSecurityContext


© 1997 by Microsoft Corporation. All rights reserved.