Source code of Windows XP (NT5)
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.

30 lines
1.0 KiB

  1. #if !defined(AFX_NOTIFLAG_H__A1CBDB74_B5CA_11D4_BE14_00A0CC65A72D__INCLUDED_)
  2. #define AFX_NOTIFLAG_H__A1CBDB74_B5CA_11D4_BE14_00A0CC65A72D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "resource.h"
  7. #include <atlbase.h>
  8. int GetNodeValue(CComPtr<IXMLDOMDocument> pXmlDoc, const WCHAR *csNode, WCHAR *csValue);
  9. CComPtr<IXMLDOMDocument> LoadThisXml(const WCHAR *csFileName);
  10. CComPtr<IXMLDOMDocument> LoadHTTPRequestXml(WCHAR *csURL,CComPtr<IXMLDOMDocument> pDoc);
  11. BOOL MyTaskBarAddIcon(HWND hwnd, UINT uID, HICON hicon);
  12. BOOL MyTaskBarDeleteIcon(HWND hwnd, UINT uID);
  13. HRESULT CallNotiflag(HINSTANCE hInstance);
  14. HRESULT CallAddNotiTask(HINSTANCE hInstance, LPCTSTR *cmdArgs,LPTSTR lpCmdLine);
  15. HRESULT DisableTask();
  16. HRESULT EditTask();
  17. // Foward declarations of functions included in this code module:
  18. ATOM MyRegisterClass(HINSTANCE hInstance);
  19. BOOL InitInstance(HINSTANCE, int);
  20. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  21. #endif // !defined(AFX_NOTIFLAG_H__A1CBDB74_B5CA_11D4_BE14_00A0CC65A72D__INCLUDED_)