17 RegistryWindowStateStorage& operator=(RegistryWindowStateStorage
const&);
18 RegistryWindowStateStorage(RegistryWindowStateStorage
const&);
19 RegistryWindowStateStorage();
24 virtual void writeRect(::tagRECT
const& rect) ;
26 virtual void writeShowCommand(
int showCommand) ;
28 virtual bool readRect(::tagRECT& rect)
const ;
30 virtual bool readShowCommand(
int& showCommand)
const ;
32 virtual ~RegistryWindowStateStorage() =
default;
39 MCNAPI
void $writeRect(::tagRECT
const& rect);
41 MCNAPI
void $writeShowCommand(
int showCommand);
43 MCNAPI
bool $readRect(::tagRECT& rect)
const;
45 MCNAPI
bool $readShowCommand(
int& showCommand)
const;