[]
HRESULT ID3D11Device::GetPrivateData([In] const GUID& guid,[InOut] unsigned int* pDataSize,[Out, Buffer, Optional] void* pData)
public HResult GetPrivateData(Guid guid, ref int dataSizeRef, IntPtr dataRef)
| Type | Name | Description |
|---|---|---|
| Guid | guid | |
| int | dataSizeRef | |
| IntPtr | dataRef |
| Type | Description |
|---|---|
| HResult |