diff options
Diffstat (limited to 'src/sppcs.rs')
| -rw-r--r-- | src/sppcs.rs | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/src/sppcs.rs b/src/sppcs.rs new file mode 100644 index 0000000..4b4a1f6 --- /dev/null +++ b/src/sppcs.rs @@ -0,0 +1,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() {} |
