Struct winapi::sapi::ISpeechObjectTokensVtbl
[−]
[src]
pub struct ISpeechObjectTokensVtbl { pub parent: IDispatchVtbl, pub get_Count: unsafe extern "system" fn(This: *mut ISpeechObjectTokens, Count: *mut c_long) -> HRESULT, pub Item: unsafe extern "system" fn(This: *mut ISpeechObjectTokens, Index: c_long, Token: *mut *mut ISpeechObjectToken) -> HRESULT, pub get__NewEnum: unsafe extern "system" fn(This: *mut ISpeechObjectTokens, ppEnumVARIANT: *mut *mut IUnknown) -> HRESULT, }
Fields
parent | |
get_Count | |
Item | |
get__NewEnum |