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.
D3DReadFileToBlob function
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.
Reads a file that is on disk into memory.
Syntax
HRESULT WINAPI D3DReadFileToBlob( in LPCWSTR pFileName, out ID3DBlob ppContents );
Parameters
- pFileName [in]
-
A pointer to a constant null-terminated string that contains the name of the file to read into memory.
- ppContents [out]
-
A pointer to a variable that receives a pointer to the ID3DBlob interface that contains information that D3DReadFileToBlob read from the pFileName file. You can use this ID3DBlob interface to access the file information and pass it to other compiler functions.
Return value
Returns one of the Direct3D 11 return codes.
Remarks
Note The D3dcompiler_44.dll or later version of the file contains the D3DReadFileToBlob compiler function.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: