DirectShow DirectShow 레퍼런스 DirectShow base class 디버그 유틸리티 디버그 출력 함수 DbgSetModuleLevel   [목차열람] [주소복사] [슬롯비우기]
DbgSetModuleLevel
 
Microsoft DirectX 9.0

DbgSetModuleLevel

DbgSetModuleLevel 함수는, 1 개 또는 복수의 메시지 타입의 로깅 레벨을 설정한다. 리테일 빌드에서는 무시된다.

구문

void DbgSetModuleLevel(
    DWORD Types,
    DWORD Level
);

파라미터

Types

1 개 또는 복수의 메시지 타입의 비트 단위의 논리합.

Level

지정한 메시지 타입의 로깅 레벨

참조

↑TOP