#[repr(C)]
pub struct SECPKG_KERNEL_FUNCTION_TABLE {
Show 15 fields pub Initialize: KspInitPackageFn, pub DeleteContext: KspDeleteContextFn, pub InitContext: KspInitContextFn, pub MapHandle: KspMapHandleFn, pub Sign: KspMakeSignatureFn, pub Verify: KspVerifySignatureFn, pub Seal: KspSealMessageFn, pub Unseal: KspUnsealMessageFn, pub GetToken: KspGetTokenFn, pub QueryAttributes: KspQueryAttributesFn, pub CompleteToken: KspCompleteTokenFn, pub ExportContext: SpExportSecurityContextFn, pub ImportContext: SpImportSecurityContextFn, pub SetPackagePagingMode: KspSetPagingModeFn, pub SerializeAuthData: KspSerializeAuthDataFn,
}
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation", "Win32_System_Kernel"

Fields§

§Initialize: KspInitPackageFn§DeleteContext: KspDeleteContextFn§InitContext: KspInitContextFn§MapHandle: KspMapHandleFn§Sign: KspMakeSignatureFn§Verify: KspVerifySignatureFn§Seal: KspSealMessageFn§Unseal: KspUnsealMessageFn§GetToken: KspGetTokenFn§QueryAttributes: KspQueryAttributesFn§CompleteToken: KspCompleteTokenFn§ExportContext: SpExportSecurityContextFn§ImportContext: SpImportSecurityContextFn§SetPackagePagingMode: KspSetPagingModeFn§SerializeAuthData: KspSerializeAuthDataFn

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.