1.
IFileSourceFilter::GetCurFile
IFileSourceFilter::GetCurFile. The GetCurFile method retrieves the name and media type of the current file. Syntax HRESULT GetCurFile( LPOLESTR ...
2.
IGraphBuilder::AddSourceFilter
Then use either the IGraphBuilder::Connect method or the IGraphBuilder::Render method. If the method succeeds, the IBaseFilter interface has an outstanding ...
3.
IMediaSample::GetPointer
IMediaSample::GetPointer. The GetPointer method retrieves a read/write pointer to this buffer's memory. Syntax HRESULT GetPointer( BYTE **ppBuffer ); ...
4.
IMediaSample::GetMediaType
IMediaSample::GetMediaType. The GetMediaType method retrieves the media type, if the media type differs from the previous sample. ...
5.
IMediaDet::GetBitmapBits
Before calling this method, set the file name and stream by calling IMediaDet::put_Filename and IMediaDet::put_CurrentStream. ...
6.
Programming Tips and Tools
When you've launched Fedit.exe, press F1 for online Help. The Help file can also be launched directly. (SDK root)\Bin\Dxutils\Fedit.chm ...
7.
IDirect3DDevice9::SetStreamSource Method
OffsetInBytes: [in] Offset from the beginning of the stream to the beginning of the vertex data, in bytes. To find out if the device supports stream offsets ...
8.
D3DPRESENT_PARAMETERS Structure
The format of the automatic depth-stencil surface that the device will create. This member is ignored unless EnableAutoDepthStencil is TRUE. ...
9.
8.3. myisamchk — MyISAM Table-Maintenance Utility
If you want to check all MyISAM tables and repair any that are corrupted, .... myisamchk supports the following options for table repair operations: ...
10.
IDirect3DDevice9::BeginScene Method
The method will fail with D3DERR_INVALIDCALL if BeginScene is called while already in a BeginScene/EndScene pair. This happens only when BeginScene is ...