#[repr(C)]pub struct IMofCompiler {
pub lpVtbl: *const IMofCompilerVtbl,
}
Fields§
§lpVtbl: *const IMofCompilerVtbl
Implementations§
Source§impl IMofCompiler
impl IMofCompiler
pub unsafe fn CompileFile( &self, FileName: LPWSTR, ServerAndNamespace: LPWSTR, User: LPWSTR, Authority: LPWSTR, Password: LPWSTR, lOptionFlags: LONG, lClassFlags: LONG, lInstanceFlags: LONG, pInfo: *mut WBEM_COMPILE_STATUS_INFO, ) -> HRESULT
pub unsafe fn CompileBuffer( &self, BuffSize: c_long, pBuffer: *mut BYTE, ServerAndNamespace: LPWSTR, User: LPWSTR, Authority: LPWSTR, Password: LPWSTR, lOptionFlags: LONG, lClassFlags: LONG, lInstanceFlags: LONG, pInfo: *mut WBEM_COMPILE_STATUS_INFO, ) -> HRESULT
pub unsafe fn CreateBMOF( &self, TextFileName: LPWSTR, BMOFFileName: LPWSTR, ServerAndNamespace: LPWSTR, lOptionFlags: LONG, lClassFlags: LONG, lInstanceFlags: LONG, pInfo: *mut WBEM_COMPILE_STATUS_INFO, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IMofCompiler
impl Deref for IMofCompiler
Auto Trait Implementations§
impl Freeze for IMofCompiler
impl RefUnwindSafe for IMofCompiler
impl !Send for IMofCompiler
impl !Sync for IMofCompiler
impl Unpin for IMofCompiler
impl UnwindSafe for IMofCompiler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more