mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Update prototypes
svn path=/trunk/; revision=23969
This commit is contained in:
parent
2fad285b14
commit
1b337150cc
1 changed files with 5 additions and 5 deletions
|
@ -401,23 +401,23 @@ BOOLEAN CMAPI
|
||||||
CmpFileRead(
|
CmpFileRead(
|
||||||
PHHIVE RegistryHive,
|
PHHIVE RegistryHive,
|
||||||
ULONG FileType,
|
ULONG FileType,
|
||||||
ULONG FileOffset,
|
ULONGLONG FileOffset,
|
||||||
PVOID Buffer,
|
PVOID Buffer,
|
||||||
ULONG BufferLength);
|
SIZE_T BufferLength);
|
||||||
|
|
||||||
BOOLEAN CMAPI
|
BOOLEAN CMAPI
|
||||||
CmpFileWrite(
|
CmpFileWrite(
|
||||||
PHHIVE RegistryHive,
|
PHHIVE RegistryHive,
|
||||||
ULONG FileType,
|
ULONG FileType,
|
||||||
ULONG FileOffset,
|
ULONGLONG FileOffset,
|
||||||
PVOID Buffer,
|
PVOID Buffer,
|
||||||
ULONG BufferLength);
|
SIZE_T BufferLength);
|
||||||
|
|
||||||
BOOLEAN CMAPI
|
BOOLEAN CMAPI
|
||||||
CmpFileSetSize(
|
CmpFileSetSize(
|
||||||
PHHIVE RegistryHive,
|
PHHIVE RegistryHive,
|
||||||
ULONG FileType,
|
ULONG FileType,
|
||||||
ULONG FileSize);
|
ULONGLONG FileSize);
|
||||||
|
|
||||||
BOOLEAN CMAPI
|
BOOLEAN CMAPI
|
||||||
CmpFileFlush(
|
CmpFileFlush(
|
||||||
|
|
Loading…
Reference in a new issue