mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-02 17:08:57 +00:00
7 lines
231 B
C
7 lines
231 B
C
|
#pragma once
|
||
|
|
||
|
BOOL RegLoadString (LPCTSTR,LPCTSTR,BOOL,LPTSTR,DWORD);
|
||
|
BOOL RegLoadValue (LPCTSTR,LPCTSTR,BOOL,DWORD *);
|
||
|
void RegSaveString (LPCTSTR,LPCTSTR,BOOL,LPCTSTR);
|
||
|
void RegSaveValue (LPCTSTR,LPCTSTR,BOOL,DWORD);
|