|
Last change
on this file since 47 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 |
|
|---|
| 6 | extern const char *PSZ_ZERO;
|
|---|
| 7 | extern const char *PSZ_ONE;
|
|---|
| 8 |
|
|---|
| 9 | // FUNCTION DECLARATIONS
|
|---|
| 10 |
|
|---|
| 11 | BOOL SaveResultString( PRXSTRING prsResult, PCSZ pchBytes, ULONG ulBytes );
|
|---|
| 12 | BOOL WriteStemElement( PCSZ pszStem, ULONG ulIndex, PCSZ pszValue );
|
|---|
| 13 | BOOL WriteCompoundVariable( PCSZ pszStem, PCSZ pszTail, PCSZ pszValue );
|
|---|
| 14 | void WriteErrorCode( ULONG ulError, PCSZ pszContext );
|
|---|
| 15 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.