Files
Mozilla/mozilla/cck/globals/globals.h
varada%netscape.com 8df749eebc new api GetAttrib to return an array of widget names that have the specified attrib
git-svn-id: svn://10.0.0.236/trunk@57691 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 22:10:48 +00:00

15 lines
710 B
C

#include "stdafx.h"
#include "WizardTypes.h"
extern __declspec(dllimport) WIDGET GlobalWidgetArray[];
extern __declspec(dllimport) int GlobalArrayIndex;
extern __declspec(dllimport) BOOL IsSameCache;
__declspec(dllimport) CString GetGlobal(CString theName);
extern "C" __declspec(dllimport) WIDGET* SetGlobal(CString theName, CString theValue);
extern "C" __declspec(dllimport) WIDGET* findWidget(CString theName);
extern "C" __declspec(dllimport) void CopyDir(CString from, CString to, LPCTSTR extension, int overwrite);
extern "C" __declspec(dllexport) void ExecuteCommand(char *command, int showflag, DWORD wait);
extern "C" __declspec(dllimport) int GetAttrib(CString theValue, char* attribArray[]);