HEADER : windows.h
DLL : KERNAL32.DLL
API : void OutputDebugString(LPCSTR str);

디버깅 문구를 화면에 출력하는 API

ex.
::OutputDebugString(L"TEST_OutputDebugString!!");


'개발자료 > MFC&WIN32' 카테고리의 다른 글

WriteFile 이어쓰기  (0) 2011.02.11
WM_ Message Handlers  (0) 2011.02.11
MEMORYSTATUS  (0) 2011.01.05
WM_USER  (0) 2010.11.29
RegisterWindowMessage  (0) 2010.11.22
Posted by 구룡포과메기
,