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.
 
 
 
 
 
 

17 lines
488 B

class CXMLDialog
{
public:
HWND m_hDlg;
PDBRECORD m_pRecord;
BOOL m_bChildren;
CSTRINGList * m_pList;
public:
BOOL BeginXMLView(PDBRECORD pRecord, HWND hParent, BOOL, BOOL bSibling = FALSE, BOOL bLayers = FALSE, BOOL bFullXML = TRUE, BOOL bAllowGlobal = TRUE);
BOOL DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
};
BOOL CALLBACK XMLDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);