source: shared/shfuncs.h@ 35

Last change on this file since 35 was 34, checked in by stevenhl, 9 years ago

Avoid duplicate definitions and warnings for PSZ_ZERO and PSZ_ONE

File size: 555 bytes
Line 
1// CONSTANTS
2
3#define US_COMPOUND_MAXZ 250 // max length of a compound variable name
4#define US_ERRSTR_MAXZ 250 // max length of an error string
5
6extern const char *PSZ_ZERO;
7extern const char *PSZ_ONE;
8
9// FUNCTION DECLARATIONS
10
11BOOL SaveResultString( PRXSTRING prsResult, PCSZ pchBytes, ULONG ulBytes );
12BOOL WriteStemElement( PCSZ pszStem, ULONG ulIndex, PCSZ pszValue );
13BOOL WriteCompoundVariable( PCSZ pszStem, PCSZ pszTail, PCSZ pszValue );
14void WriteErrorCode( ULONG ulError, PCSZ pszContext );
15
Note: See TracBrowser for help on using the repository browser.