windows::Win32::System::ClrHosting

Struct ICLRStrongName_Vtbl

#[repr(C)]
pub struct ICLRStrongName_Vtbl {
Show 26 fields pub base__: IUnknown_Vtbl, pub GetHashFromAssemblyFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub GetHashFromAssemblyFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub GetHashFromBlob: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub GetHashFromFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub GetHashFromFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub GetHashFromHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub StrongNameCompareAssemblies: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT, pub StrongNameFreeBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const u8) -> HRESULT, pub StrongNameGetBlob: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u8, _: *mut u32) -> HRESULT, pub StrongNameGetBlobFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u8, _: *mut u32) -> HRESULT, pub StrongNameGetPublicKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub StrongNameHashSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT, pub StrongNameKeyDelete: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub StrongNameKeyGen: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub StrongNameKeyGenEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub StrongNameKeyInstall: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32) -> HRESULT, pub StrongNameSignatureGeneration: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub StrongNameSignatureGenerationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32, _: u32) -> HRESULT, pub StrongNameSignatureSize: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *const u32) -> HRESULT, pub StrongNameSignatureVerification: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT, pub StrongNameSignatureVerificationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: bool, _: *mut u8) -> HRESULT, pub StrongNameSignatureVerificationFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: u32, _: *mut u32) -> HRESULT, pub StrongNameTokenFromAssembly: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub StrongNameTokenFromAssemblyEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub StrongNameTokenFromPublicKey: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetHashFromAssemblyFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§GetHashFromAssemblyFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§GetHashFromBlob: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§GetHashFromFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§GetHashFromFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§GetHashFromHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§StrongNameCompareAssemblies: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT§StrongNameFreeBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const u8) -> HRESULT§StrongNameGetBlob: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u8, _: *mut u32) -> HRESULT§StrongNameGetBlobFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u8, _: *mut u32) -> HRESULT§StrongNameGetPublicKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT§StrongNameHashSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT§StrongNameKeyDelete: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§StrongNameKeyGen: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT§StrongNameKeyGenEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT§StrongNameKeyInstall: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32) -> HRESULT§StrongNameSignatureGeneration: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT§StrongNameSignatureGenerationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32, _: u32) -> HRESULT§StrongNameSignatureSize: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *const u32) -> HRESULT§StrongNameSignatureVerification: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT§StrongNameSignatureVerificationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: bool, _: *mut u8) -> HRESULT§StrongNameSignatureVerificationFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: u32, _: *mut u32) -> HRESULT§StrongNameTokenFromAssembly: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32) -> HRESULT§StrongNameTokenFromAssemblyEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32, _: *mut *mut u8, _: *mut u32) -> HRESULT§StrongNameTokenFromPublicKey: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT

Implementations§

§

impl ICLRStrongName_Vtbl

pub const fn new<Identity: ICLRStrongName_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.