void WINAPI OutputDebugString(
_In_opt_ LPCTSTR lpOutputString
);
Return value
This function does not return a value.
Remarks
If the application has no debugger, the system debugger displays the string if the filter mask allows it. (Note that this function calls the DbgPrint function to display the string. For details on how the filter mask controls what the system debugger displays, see the DbgPrint function in the Windows Driver Kit (WDK) on MSDN.) If the application has no debugger and the system debugger is not active, OutputDebugString does nothing.
요약
디버깅으로 출력 할 정보를 debug event trace로 출력
참고 자료
msdn.microsoft.com/en-us/library/windows
'[ Programing ] > API' 카테고리의 다른 글
QT Programming (0) | 2020.06.26 |
---|---|
함수 호출 규약 (0) | 2020.05.20 |
현재 시간 구하기 GetLoacalTime (0) | 2013.07.26 |
OutputDebugString() 출력 안될때[디버그] (0) | 2013.05.22 |
가상 피아노 프로그램 (0) | 2013.05.22 |