DragonNest/Server/ServiceMonitorEx/Source/PropertyGridDirectoryPicker.h
2024-12-20 16:56:44 +08:00

28 lines
1.8 KiB
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001, nabocorp
// All Rights Reserved
//
////////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIRECTORYPICKER_H__CBBD1C74_A552_11D2_8ECA_00104BDC35E6__INCLUDED_)
#define AFX_DIRECTORYPICKER_H__CBBD1C74_A552_11D2_8ECA_00104BDC35E6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CPropertyGridDirectoryPicker
{
public:
CPropertyGridDirectoryPicker();
virtual ~CPropertyGridDirectoryPicker();
static bool PickDirectory(_tstring&, HWND hwnd);
static _tstring m_strTitle;
protected:
static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lp, LPARAM pData);
};
#endif // !defined(AFX_DIRECTORYPICKER_H__CBBD1C74_A552_11D2_8ECA_00104BDC35E6__INCLUDED_)