XStoreCloseContextHandle
Closes the specified store context handle.Syntax
Parameters
storeContextHandle _In_Type: XStoreContextHandle The handle to close.
Return value
Type: voidRemarks
This function is safe to call on a time-sensitive thread. This function closes the XStoreContextHandle created by XStoreCreateContext. Store context handles not closed with this function will cause memory leaks. It is best to call this function during cleanup to close all remaining XStoreConextHandles. See XStoreCreateContext for a usage example.Requirements
Header: XStore.h (included in XGameRuntime.h) Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
XStoreXStoreCreateContext
