Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef _UTIL_H_
#define _UTIL_H_
DWORD WriteExtData( HANDLE hFax, DWORD dwDeviceId, LPCWSTR lpcwstrGUID, LPBYTE lpData, DWORD dwDataSize, UINT uTitleId, HWND hWnd );
DWORD ReadExtStringData( HANDLE hFax, DWORD dwDeviceId, LPCWSTR lpcwstrGUID, CComBSTR &bstrResult, LPCWSTR lpcwstrDefault, UINT uTitleId, HWND hWnd );
HRESULT GetDWORDFromDataObject( IDataObject * lpDataObject, CLIPFORMAT uFormat, LPDWORD lpdwValue );
HRESULT GetStringFromDataObject( IDataObject * lpDataObject, CLIPFORMAT uFormat, LPWSTR lpwstrBuf, DWORD dwBufLen );
void DisplayRpcErrorMessage( DWORD ec, UINT uTitleId, HWND hWnd );
void DisplayErrorMessage( UINT uTitleId, UINT uMsgId, BOOL bCommon, HWND hWnd );
DWORD WinContextHelp( ULONG_PTR dwHelpId, HWND hWnd );
#endif
|