ホーム › Graphics.Direct3D10 › ID3D10InfoQueue
ID3D10InfoQueue
COMメソッド 35
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT SetMessageCountLimit(ULONGLONG MessageCountLimit) |
| 4 | void ClearStoredMessages() |
| 5 | HRESULT GetMessage(ULONGLONG MessageIndex, D3D10_MESSAGE* pMessage, UINT_PTR* pMessageByteLength) |
| 6 | ULONGLONG GetNumMessagesAllowedByStorageFilter() |
| 7 | ULONGLONG GetNumMessagesDeniedByStorageFilter() |
| 8 | ULONGLONG GetNumStoredMessages() |
| 9 | ULONGLONG GetNumStoredMessagesAllowedByRetrievalFilter() |
| 10 | ULONGLONG GetNumMessagesDiscardedByMessageCountLimit() |
| 11 | ULONGLONG GetMessageCountLimit() |
| 12 | HRESULT AddStorageFilterEntries(D3D10_INFO_QUEUE_FILTER* pFilter) |
| 13 | HRESULT GetStorageFilter(D3D10_INFO_QUEUE_FILTER* pFilter, UINT_PTR* pFilterByteLength) |
| 14 | void ClearStorageFilter() |
| 15 | HRESULT PushEmptyStorageFilter() |
| 16 | HRESULT PushCopyOfStorageFilter() |
| 17 | HRESULT PushStorageFilter(D3D10_INFO_QUEUE_FILTER* pFilter) |
| 18 | void PopStorageFilter() |
| 19 | DWORD GetStorageFilterStackSize() |
| 20 | HRESULT AddRetrievalFilterEntries(D3D10_INFO_QUEUE_FILTER* pFilter) |
| 21 | HRESULT GetRetrievalFilter(D3D10_INFO_QUEUE_FILTER* pFilter, UINT_PTR* pFilterByteLength) |
| 22 | void ClearRetrievalFilter() |
| 23 | HRESULT PushEmptyRetrievalFilter() |
| 24 | HRESULT PushCopyOfRetrievalFilter() |
| 25 | HRESULT PushRetrievalFilter(D3D10_INFO_QUEUE_FILTER* pFilter) |
| 26 | void PopRetrievalFilter() |
| 27 | DWORD GetRetrievalFilterStackSize() |
| 28 | HRESULT AddMessage(D3D10_MESSAGE_CATEGORY Category, D3D10_MESSAGE_SEVERITY Severity, D3D10_MESSAGE_ID ID, LPSTR pDescription) |
| 29 | HRESULT AddApplicationMessage(D3D10_MESSAGE_SEVERITY Severity, LPSTR pDescription) |
| 30 | HRESULT SetBreakOnCategory(D3D10_MESSAGE_CATEGORY Category, BOOL bEnable) |
| 31 | HRESULT SetBreakOnSeverity(D3D10_MESSAGE_SEVERITY Severity, BOOL bEnable) |
| 32 | HRESULT SetBreakOnID(D3D10_MESSAGE_ID ID, BOOL bEnable) |
| 33 | BOOL GetBreakOnCategory(D3D10_MESSAGE_CATEGORY Category) |
| 34 | BOOL GetBreakOnSeverity(D3D10_MESSAGE_SEVERITY Severity) |
| 35 | BOOL GetBreakOnID(D3D10_MESSAGE_ID ID) |
| 36 | void SetMuteDebugOutput(BOOL bMute) |
| 37 | BOOL GetMuteDebugOutput() |