D3DWriteBlobToFile function

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

Note  You can use this API to develop your Windows Store apps, but you can't use it in apps that you submit to the Windows Store.

Writes a memory blob to a file on disk.

Syntax

HRESULT WINAPI D3DWriteBlobToFile(
  in  ID3DBlob *pBlob,
  in  LPCWSTR pFileName,
  in  BOOL bOverwrite
);

Parameters

pBlob [in]

A pointer to a ID3DBlob interface that contains the memory blob to write to the file that the pFileName parameter specifies.

pFileName [in]

A pointer to a constant null-terminated string that contains the name of the file to which to write.

bOverwrite [in]

A Boolean value that specifies whether to overwrite information in the pFileName file. TRUE specifies to overwrite information and FALSE specifies not to overwrite information.

Remarks

Note  The D3dcompiler_44.dll or later version of the file contains the D3DWriteBlobToFile compiler function.

Requirements

Header

D3Dcompiler.h

Library

D3dcompiler.lib or D3dcompiler_nn.dll

See also

Functions

 

 

Send comments about this topic to Microsoft

Build date: 3/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.