repo.or.cz
/
pkg-k5-afs_openafs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git]
/
src
/
WINNT
/
client_exp
/
PropVolume.h
blob
267e65345e2c7a9e6b0c15dd0cf444475c4e5bc5
1
#pragma once
2
#include
"resource.h"
3
#include
"PropBase.h"
4
5
class
CPropVolume
:
public
PropertyPage
6
{
7
public
:
8
CPropVolume
(
const
CStringArray
&
filenames
) :
PropertyPage
(
filenames
){}
9
10
virtual
BOOL
PropPageProc
(
HWND hwnd
,
UINT uMessage
,
WPARAM wParam
,
LPARAM lParam
);
11
12
private
:
13
};