#[repr(C)]pub struct SECPKG_KERNEL_FUNCTIONS {
pub AllocateHeap: PLSA_ALLOCATE_LSA_HEAP,
pub FreeHeap: PLSA_FREE_LSA_HEAP,
pub CreateContextList: PKSEC_CREATE_CONTEXT_LIST,
pub InsertListEntry: PKSEC_INSERT_LIST_ENTRY,
pub ReferenceListEntry: PKSEC_REFERENCE_LIST_ENTRY,
pub DereferenceListEntry: PKSEC_DEREFERENCE_LIST_ENTRY,
pub SerializeWinntAuthData: PKSEC_SERIALIZE_WINNT_AUTH_DATA,
pub SerializeSchannelAuthData: PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA,
pub LocatePackageById: PKSEC_LOCATE_PKG_BY_ID,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields
AllocateHeap: PLSA_ALLOCATE_LSA_HEAP
FreeHeap: PLSA_FREE_LSA_HEAP
CreateContextList: PKSEC_CREATE_CONTEXT_LIST
InsertListEntry: PKSEC_INSERT_LIST_ENTRY
ReferenceListEntry: PKSEC_REFERENCE_LIST_ENTRY
DereferenceListEntry: PKSEC_DEREFERENCE_LIST_ENTRY
SerializeWinntAuthData: PKSEC_SERIALIZE_WINNT_AUTH_DATA
SerializeSchannelAuthData: PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA
LocatePackageById: PKSEC_LOCATE_PKG_BY_ID
Trait Implementations
impl Clone for SECPKG_KERNEL_FUNCTIONS
impl Clone for SECPKG_KERNEL_FUNCTIONS
impl Copy for SECPKG_KERNEL_FUNCTIONS
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_KERNEL_FUNCTIONS
impl Send for SECPKG_KERNEL_FUNCTIONS
impl Sync for SECPKG_KERNEL_FUNCTIONS
impl Unpin for SECPKG_KERNEL_FUNCTIONS
impl UnwindSafe for SECPKG_KERNEL_FUNCTIONS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more