windows-nt/Source/XPSP1/NT/ds/security/passport/include/xmlstrs.h
2020-09-26 16:20:57 +08:00

20 lines
442 B
C

#ifndef __XMLSTRS_H
#define __XMLSTRS_H
//
// Partner.xml strings.
//
#define XML_STR_SECURESIGNOUTGIF "SecureSignoutGIF"
#define XML_STR_SECURESIGNINGIF "SecureSigninGIF"
#define XML_STR_SIGNOUTGIF "SignoutGIF"
#define XML_STR_SIGNINGIF "SigninGIF"
//
// Networksserver.xml strings.
//
#define XML_STR_ROOTURL "RootURL"
#define XML_STR_DEFAULTRETURNURL "DefaultReturnURL"
#endif // __XMLSTRS_H