mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-04 15:05:28 +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);
|