// CONSTANTS #define US_COMPOUND_MAXZ 250 // max length of a compound variable name #define US_ERRSTR_MAXZ 250 // max length of an error string extern const char *PSZ_ZERO; extern const char *PSZ_ONE; // FUNCTION DECLARATIONS BOOL SaveResultString( PRXSTRING prsResult, PCSZ pchBytes, ULONG ulBytes ); BOOL WriteStemElement( PCSZ pszStem, ULONG ulIndex, PCSZ pszValue ); BOOL WriteCompoundVariable( PCSZ pszStem, PCSZ pszTail, PCSZ pszValue ); void WriteErrorCode( ULONG ulError, PCSZ pszContext );