summaryrefslogtreecommitdiff
path: root/src/sppcs.rs
blob: 4b4a1f6330d07d8b0bccc08794961c7fdc81f974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#![allow(non_snake_case)]

#[no_mangle]
fn SLCallServer() {}
#[no_mangle]
fn SLpAuthenticateGenuineTicketResponse() {}
#[no_mangle]
fn SLpBeginGenuineTicketTransaction() {}
#[no_mangle]
fn SLpClearActivationInProgress() {}
#[no_mangle]
fn SLpDepositDownlevelGenuineTicket() {}
#[no_mangle]
fn SLpDepositTokenActivationResponse() {}
#[no_mangle]
fn SLpGenerateTokenActivationChallenge() {}
#[no_mangle]
fn SLpGetGenuineBlob() {}
#[no_mangle]
fn SLpGetGenuineLocal() {}
#[no_mangle]
fn SLpGetLicenseAcquisitionInfo() {}
#[no_mangle]
fn SLpGetMSPidInformation() {}
#[no_mangle]
fn SLpGetMachineUGUID() {}
#[no_mangle]
fn SLpGetTokenActivationGrantInfo() {}
#[no_mangle]
fn SLpIAActivateProduct() {}
#[no_mangle]
fn SLpIsCurrentInstalledProductKeyDefaultKey() {}
#[no_mangle]
fn SLpProcessVMPipeMessage() {}
#[no_mangle]
fn SLpSetActivationInProgress() {}
#[no_mangle]
fn SLpTriggerServiceWorker() {}
#[no_mangle]
fn SLpVLActivateProduct() {}
#[no_mangle]
fn SLClose() {}
#[no_mangle]
fn SLConsumeRight() {}
#[no_mangle]
fn SLDepositMigrationBlob() {}
#[no_mangle]
fn SLDepositOfflineConfirmationId() {}
#[no_mangle]
fn SLDepositOfflineConfirmationIdEx() {}
#[no_mangle]
fn SLDepositStoreToken() {}
#[no_mangle]
fn SLFireEvent() {}
#[no_mangle]
fn SLGatherMigrationBlob() {}
#[no_mangle]
fn SLGatherMigrationBlobEx() {}
#[no_mangle]
fn SLGenerateOfflineInstallationId() {}
#[no_mangle]
fn SLGenerateOfflineInstallationIdEx() {}
#[no_mangle]
fn SLGetActiveLicenseInfo() {}
#[no_mangle]
fn SLGetApplicationInformation() {}
#[no_mangle]
fn SLGetApplicationPolicy() {}
#[no_mangle]
fn SLGetAuthenticationResult() {}
#[no_mangle]
fn SLGetEncryptedPIDEx() {}
#[no_mangle]
fn SLGetGenuineInformation() {}
#[no_mangle]
fn SLGetInstalledProductKeyIds() {}
#[no_mangle]
fn SLGetLicense() {}
#[no_mangle]
fn SLGetLicenseFileId() {}
#[no_mangle]
fn SLGetLicenseInformation() {}
#[no_mangle]
fn SLGetPKeyId() {}
#[no_mangle]
fn SLGetPKeyInformation() {}
#[no_mangle]
fn SLGetPolicyInformation() {}
#[no_mangle]
fn SLGetPolicyInformationDWORD() {}
#[no_mangle]
fn SLGetSLIDList() {}
#[no_mangle]
fn SLGetServiceInformation() {}
#[no_mangle]
fn SLInstallLicense() {}
#[no_mangle]
fn SLInstallProofOfPurchase() {}
#[no_mangle]
fn SLInstallProofOfPurchaseEx() {}
#[no_mangle]
fn SLIsGenuineLocalEx() {}
#[no_mangle]
fn SLLoadApplicationPolicies() {}
#[no_mangle]
fn SLOpen() {}
#[no_mangle]
fn SLPersistApplicationPolicies() {}
#[no_mangle]
fn SLPersistRTSPayloadOverride() {}
#[no_mangle]
fn SLReArm() {}
#[no_mangle]
fn SLRegisterEvent() {}
#[no_mangle]
fn SLRegisterPlugin() {}
#[no_mangle]
fn SLSetAuthenticationData() {}
#[no_mangle]
fn SLSetCurrentProductKey() {}
#[no_mangle]
fn SLSetGenuineInformation() {}
#[no_mangle]
fn SLUninstallLicense() {}
#[no_mangle]
fn SLUninstallProofOfPurchase() {}
#[no_mangle]
fn SLUnloadApplicationPolicies() {}
#[no_mangle]
fn SLUnregisterEvent() {}
#[no_mangle]
fn SLUnregisterPlugin() {}