1Tspi_TPM_KillMaintenanceFeatLuirber(a3r)y FunctionsTMsapniu_aTlPM_KillMaintenanceFeature(3)
2
3
4
5                   TCG Software Stack Developer's Reference
6

NAME

8       Tspi_TPM_KillMaintenanceFeature  -  Disables  the  ability  to create a
9       maintenance archive
10

SYNOPSIS

12       #include <tss/platform.h>
13       #include <tss/tcpa_defines.h>
14       #include <tss/tcpa_typedef.h>
15       #include <tss/tcpa_struct.h>
16       #include <tss/tss_typedef.h>
17       #include <tss/tss_structs.h>
18       #include <tss/tspi.h>
19
20       TSS_RESULT Tspi_TPM_KillMaintenanceFeature(TSS_HTPM hTPM);
21
22
23

DESCRIPTION

25       Tspi_TPM_KillMaintenanceFeature disables the functionality of  creating
26       a maintenance archive. This feature is not yet implemented.
27
28

PARAMETERS

30   hTPM
31       The hTPM parameter is used to specify the handle of the TPM object.
32
33

RETURN CODES

35       Tspi_TPM_KillMaintenanceFeature  returns TSS_SUCCESS on success, otherā€
36       wise one of the following values is returned:
37
38       TSS_E_INVALID_HANDLE
39              hTPM is not a valid handle.
40
41
42       TSS_E_INTERNAL_ERROR
43              An internal SW error has been detected.
44
45
46       TSS_E_NOTIMPL
47              The function is not implemented.
48
49
50

CONFORMING TO

52       Tspi_TPM_KillMaintenanceFeature conforms to the Trusted Computing Group
53       Software Specification version 1.1 Golden
54
55

SEE ALSO

57       Tspi_TPM_CreateMaintenanceArchive(3),      Tspi_TPM_LoadMaintenancePubā€
58       Key(3), Tspi_TPM_CheckMaintenancePubKey(3).
59
60
61
62
63TSS 1.1                           2004-05-25Tspi_TPM_KillMaintenanceFeature(3)
Impressum