SVC LOG

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search
SVC_LOG
Write string to application diagnostic log.


Parameters
wParam
NULL
lParam
LPCTSTR string_to_write


Return values

  • Returns API_ERROR if operation failed otherwise API_SUCCESS.


Sample code

        CString message = _T("Sample log message");

	call(SVC_LOG, 0, (LPARAM)(LPCTSTR)message);
Personal tools