mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
parent
76a1ca49fb
commit
ec8f5ceddd
@ -128,6 +128,24 @@ PR_BEGIN_EXTERN_C
|
||||
* ---------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
* NR_RegSetBufferSize - Sets the file buffer size
|
||||
*
|
||||
* Parameters:
|
||||
* hReg - handle to opened registry
|
||||
* bufsize - size of the new buffer
|
||||
*
|
||||
* Output:
|
||||
* ---------------------------------------------------------------------
|
||||
* returns the size of the buffer or -1 for err
|
||||
*/
|
||||
VR_INTERFACE(int) NR_RegSetBufferSize(
|
||||
HREG hReg, /* handle to opened registry */
|
||||
int bufsize
|
||||
);
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
* NR_RegOpen - Open a netscape XP registry
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user