SERVICETYPE_SIMPLE,
SERVICETYPE_FS,
SERVICETYPE_CRON
-} SERVICETYPE;
+} AFSSERVICETYPE;
cpp_quote ("#endif // AFSCLASS_H")
cpp_quote ("#ifndef AFSCLASS_H")
cpp_quote ("#endif // AFSCLASS_H")
typedef struct {
- SERVICETYPE ServiceType;
+ AFSSERVICETYPE ServiceType;
SERVICESTATE ServiceState;
STRING szAuxStatus;
STRING szParams;
{
LPFASTLIST pfl;
try {
+ if (!GetWindowLong (hList, 0))
+ pfl = NULL; else
if ((pfl = (LPFASTLIST)GetWindowLong (hList, 0))->dwSig != dwSigFASTLIST)
pfl = NULL;
else if (pfl->hList != hList)
*
*/
+#if 0
static LPCTSTR cszAFSVOSDLL = TCHAR("AfsVosAdmin.dll");
static LPCTSTR cszAFSBOSDLL = TCHAR("AfsBosAdmin.dll");
static LPCTSTR cszAFSKASDLL = TCHAR("AfsKasAdmin.dll");
static LPCTSTR cszAFSPTSDLL = TCHAR("AfsPtsAdmin.dll");
static LPCTSTR cszAFSUTILDLL = TCHAR("AfsAdminUtil.dll");
static LPCTSTR cszAFSCLIENTDLL = TCHAR("AfsClientAdmin.dll");
-
+#else
+static LPCTSTR cszAFSVOSDLL = __T("AfsVosAdmin.dll");
+static LPCTSTR cszAFSBOSDLL = __T("AfsBosAdmin.dll");
+static LPCTSTR cszAFSKASDLL = __T("AfsKasAdmin.dll");
+static LPCTSTR cszAFSPTSDLL = __T("AfsPtsAdmin.dll");
+static LPCTSTR cszAFSUTILDLL = __T("AfsAdminUtil.dll");
+static LPCTSTR cszAFSCLIENTDLL = __T("AfsClientAdmin.dll");
+#endif
/*
* VARIABLES __________________________________________________________________