1Tspi_Context_CloseObTjCeGctS(o3f)tware Stack Developer's ReTfseprie_nCcoentext_CloseObject(3)
2
3
4
6 Tspi_Context_CloseObject - destroy resources associated with an object
7 handle.
8
10 #include <tss/platform.h>
11 #include <tss/tcpa_defines.h>
12 #include <tss/tcpa_typedef.h>
13 #include <tss/tcpa_struct.h>
14 #include <tss/tss_typedef.h>
15 #include <tss/tss_structs.h>
16 #include <tss/tspi.h>
17
18 TSS_RESULT Tspi_Context_CloseObject(TSS_HCONTEXT hContext, TSS_HOBJECT hObject);
19
20
22 TSS_Context_CloseObject destroys the object associated with the object
23 handle. All allocated resources associated within the object are also
24 released.
25
27 hContext
28 The handle of the context object.
29
30 hObject
31 The handle of the object to be destroyed.
32
34 Tspi_Context_CloseObject returns TSS_SUCCESS on success, otherwise one
35 of the following values are returned:
36
37 TSS_E_INVALID_HANDLE - Either hContext or hObject are invalid handles.
38
39 TSS_E_INTERNAL_ERROR - An error occurred internal to the TSS.
40
42 Tspi_Context_CloseObject conforms to the Trusted Computing Group Soft‐
43 ware Specification version 1.1 Golden
44
46 Tspi_Context_CreateObject(3).
47
48
49
50
51
52
53TSS 1.1 2004-05-26 Tspi_Context_CloseObject(3)