LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git] / src / WINNT / client_exp / PropVolume.h
blob267e65345e2c7a9e6b0c15dd0cf444475c4e5bc5
1 #pragma once
2 #include "resource.h"
3 #include "PropBase.h"
5 class CPropVolume : public PropertyPage
7 public:
8 CPropVolume(const CStringArray& filenames) : PropertyPage(filenames){}
10 virtual BOOL PropPageProc(HWND hwnd, UINT uMessage, WPARAM wParam, LPARAM lParam);
12 private: