IDXSurfaceInit interface
The IDXSurfaceInit interface initializes a DXSurface object of the specified bounding volume and pixel format created with the CoCreateInstance Component Object Model (COM) method.
Members
The IDXSurfaceInit interface inherits from the IUnknown interface. IDXSurfaceInit also has these types of members:
- Methods
Methods
The IDXSurfaceInit interface has these methods.
Method | Description |
---|---|
InitSurface | Initializes a DXSurface object with the specified volume boundary and format from a DirectDraw object. |
Remarks
You should only use this interface if you plan to create a DXSurface that either aggregates onto a DirectDrawSurface object or is a custom surface built on top of a DXSurface.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dxtrans.h |
IDL |
Dxtrans.idl |
DLL |
Dxtrans.dll |