![]() |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The BltPrepare routine is an extension to its counterpart, the GPE BltPreparefunction. With the addition of DDGPEStandardHeader, your driver now has the flexibility to choose different accelerated blt routines based on information that can't be specified by GPEBltParms(ex.DDGPEPixelFormat), which you can pass in using one of reserved DWORDs in DDGPEStandardHeader.
The default implementation of this function is calling GPE BltPrepare, ignoring the DDGPEStandardHeaderpassed in.
virtual void BltPrepare ( DDGPEBltParms * pddgpeBltParms );
Parameters
Return Values
The return value is S_OK if the function is successful. Otherwise an error code is returned.
Last updated on Tuesday, July 13, 2004