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