pub struct IDirect3DSurface9Vtbl {
pub QueryInterface: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, riid: *const IID, ppvObj: *mut *mut VOID) -> HRESULT>,
pub AddRef: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> *mut IDirect3DSurface9>,
pub Release: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> *mut IDirect3DSurface9>,
pub GetDevice: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT>,
pub SetPrivateData: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, refguid: *const GUID, pData: *const VOID, SizeOfData: DWORD, Flags: DWORD) -> HRESULT>,
pub GetPrivateData: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, refguid: *const GUID, pData: *mut VOID, pSizeOfData: *mut DWORD) -> HRESULT>,
pub FreePrivateData: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, refguid: *const GUID) -> HRESULT>,
pub SetPriority: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, PriorityNew: DWORD) -> DWORD>,
pub GetPriority: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> *mut IDirect3DSurface9>,
pub PreLoad: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9)>,
pub GetType: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> *mut IDirect3DSurface9>,
pub GetContainer: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULT>,
pub GetDesc: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, pDesc: *mut D3DSURFACE_DESC) -> HRESULT>,
pub LockRect: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, pLockedRect: *mut D3DLOCKED_RECT, pRect: *const RECT, Flags: DWORD) -> HRESULT>,
pub UnlockRect: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> *mut IDirect3DSurface9>,
pub GetDC: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, phdc: *mut HDC) -> HRESULT>,
pub ReleaseDC: Option<unsafe extern "system" fn(This: *mut IDirect3DSurface9, hdc: HDC) -> HRESULT>,
}
Fields
QueryInterface | |
AddRef | |
Release | |
GetDevice | |
SetPrivateData | |
GetPrivateData | |
FreePrivateData | |
SetPriority | |
GetPriority | |
PreLoad | |
GetType | |
GetContainer | |
GetDesc | |
LockRect | |
UnlockRect | |
GetDC | |
ReleaseDC | |