home *** CD-ROM | disk | FTP | other *** search
- interface WPObject;
- typedef unsigned long ULONG;
- typedef ULONG *PULONG;
- typedef ULONG HWND;
- typedef octet BYTE;
- typedef octet *PBYTE;
- typedef string PSZ;
- typedef long BOOL32;
- typedef int BOOL;
- typedef unsigned short USHORT;
- typedef USHORT *PUSHORT;
- typedef octet UCHAR;
- typedef octet *PUCHAR;
- typedef PSZ *PDEVOPENDATA;
- typedef ULONG LHANDLE;
- typedef ULONG HPOINTER;
- typedef ULONG HBITMAP;
- typedef LHANDLE HSTR;
- typedef LHANDLE HMODULE;
- typedef LHANDLE HFS;
- typedef LHANDLE HDC;
- typedef LHANDLE HAPP;
- typedef LHANDLE HPS;
- typedef LHANDLE HOBJECT;
-
-
- const long CCHMAXPATH = 260;
- const long CCHMAXPATHCOMP = 256;
- const long MAX_ASSOC_ITEMS = 12;
- const long FACESIZE = 32;
-
- typedef somToken PFNWP;
- typedef somToken PFNOWNDRW;
- typedef somToken PFNCOMPARE;
-
- struct USEITEM
- {
- ULONG type; /* Type of this Item */
- struct USEITEM *pNext; /* Next item in use list */
- };
- typedef USEITEM *PUSEITEM;
-
-
- struct POINTL
- {
- long x;
- long y;
- } ;
- typedef POINTL *PPOINTL;
-
- struct MINIRECORDCORE { /* minirec */
- ULONG cb;
- ULONG flRecordAttr; /* record attributes */
- POINTL ptlIcon; /* Position of CV_ICON item */
- struct MINIRECORDCORE *preccNextRecord; /*ptr to next record */
- PSZ pszIcon; /* Text for CV_ICON view */
- HPOINTER hptrIcon; /* Icon to display for ~CV_MINI */
- } ;
- typedef MINIRECORDCORE *PMINIRECORDCORE;
-
- struct TREEITEMDESC { /* treend */
- HBITMAP hbmExpanded;
- HBITMAP hbmCollapsed;
- HPOINTER hptrExpanded;
- HPOINTER hptrCollapsed;
- } ;
- typedef TREEITEMDESC *PTREEITEMDESC;
-
- struct RECORDCORE { /* recc */
- ULONG cb;
- ULONG flRecordAttr; /* record attributes */
- POINTL ptlIcon; /* Position of CV_ICON item */
- struct RECORDCORE *preccNextRecord; /* ptr to next record */
- PSZ pszIcon; /* Text for CV_ICON view */
- HPOINTER hptrIcon; /* Icon to display for ~CV_MINI */
- HPOINTER hptrMiniIcon; /* Icon to display for CV_MINI */
- HBITMAP hbmBitmap; /* Bitmap to display for ~CV_MINI*/
- HBITMAP hbmMiniBitmap; /* Bitmap to display for CV_MINI */
- PTREEITEMDESC pTreeItemDesc; /* Icons for the tree view */
- PSZ pszText; /* Text for CV_TEXT view */
- PSZ pszName; /* Text for CV_NAME view */
- PSZ pszTree; /* Text for CV_TREE view */
- };
- typedef RECORDCORE *PRECORDCORE;
-
- struct RECORDINSERT
- { /* recins */
- ULONG cb;
- PRECORDCORE pRecordOrder;
- PRECORDCORE pRecordParent;
- ULONG fInvalidateRecord;
- ULONG zOrder;
- ULONG cRecordsInsert;
- };
- typedef RECORDINSERT *PRECORDINSERT;
-
- typedef void *PVOID;
- typedef void *MRESULT;
-
- struct DRAGINFO
- {
- ULONG cbDraginfo; /* Size of DRAGINFO and DRAGITEMs*/
- USHORT cbDragitem; /* size of DRAGITEM */
- USHORT usOperation; /* current drag operation */
- HWND hwndSource; /* window handle of source */
- short xDrop; /* x coordinate of drop position */
- short yDrop; /* y coordinate of drop position */
- USHORT cditem; /* count of DRAGITEMs */
- USHORT usReserved; /* reserved for future use */
- };
- typedef DRAGINFO *PDRAGINFO;
-
- struct DRAGITEM { /* ditem */
- HWND hwndItem; /* conversation partner */
- ULONG ulItemID; /* identifies item being dragged */
- HSTR hstrType; /* type of item */
- HSTR hstrRMF; /* rendering mechanism and format*/
- HSTR hstrContainerName; /* name of source container */
- HSTR hstrSourceName; /* name of item at source */
- HSTR hstrTargetName; /* suggested name of item at dest*/
- short cxOffset; /* x offset of the origin of the */
- /* image from the mouse hotspot*/
- short cyOffset; /* y offset of the origin of the */
- /* image from the mouse hotspot*/
- USHORT fsControl; /* source item control flags */
- USHORT fsSupportedOps; /* ops supported by source */
- } ;
- typedef DRAGITEM *PDRAGITEM;
-
-
- struct DRAGTRANSFER { /* dxfer */
- ULONG cb; /* size of control block */
- HWND hwndClient; /* handle of target */
- PDRAGITEM pditem; /* DRAGITEM being transferred */
- HSTR hstrSelectedRMF; /* rendering mech & fmt of choice*/
- HSTR hstrRenderToName; /* name source will use */
- ULONG ulTargetInfo; /* reserved for target's use */
- USHORT usOperation; /* operation being performed */
- USHORT fsReply; /* reply flags */
- } ;
- typedef DRAGTRANSFER *PDRAGTRANSFER;
-
-
- struct PAGEINFO
- {
- ULONG cb;
- HWND hwndPage;
- PFNWP pfnwp;
- ULONG resid;
- PVOID pCreateParams;
- USHORT dlgid;
- USHORT usPageStyleFlags;
- USHORT usPageInsertFlags;
- USHORT usSettingsFlags;
- PSZ pszName;
- USHORT idDefaultHelpPanel;
- USHORT usReserved2;
- PSZ pszHelpLibraryName;
- PUSHORT pHelpSubtable; /* PHELPSUBTABLE when PMHELP.H is included*/
- HMODULE hmodHelpSubtable;
- ULONG ulPageInsertId;
- };
- typedef PAGEINFO *PPAGEINFO;
-
- struct PRINTDEST
- {
- ULONG cb;
- long lType;
- PSZ pszToken;
- long lCount;
- PDEVOPENDATA pdopData;
- ULONG fl;
- PSZ pszPrinter;
- } ;
- typedef PRINTDEST *PPRINTDEST;
-
- struct ICONINFO
- {
- ULONG cb; /* size of ICONINFO structure */
- ULONG fFormat;
- PSZ pszFileName; /* use when fFormat = ICON_FILE */
- HMODULE hmod; /* use when fFormat = ICON_RESOURCE */
- ULONG resid; /* use when fFormat = ICON_RESOURCE */
- ULONG cbIconData; /* use when fFormat = ICON_DATA */
- PVOID pIconData; /* use when fFormat = ICON_DATA */
- } ;
- typedef ICONINFO *PICONINFO;
-
- struct TASKREC
- {
- struct TASKREC *next; /* next in the list of current tasks */
- ULONG useCount; /* can be referenced by multiple object*/
- PVOID pStdDlg; /* ptr to standard WP task dialog */
- WPFolder *folder; /* intended folder for the object */
- long xOrigin; /* intended position for the object */
- long yOrigin; /* intended position for the object */
- PSZ pszTitle; /* intended name for the object */
- ULONG cbTitle; /* length of the name buffer */
- PMINIRECORDCORE positionAfterRecord; /* intended sort position */
- BOOL fKeepAssociations;
- PVOID pReserved; /* reserved - equal null */
-
- } ;
- typedef TASKREC *PTASKREC;
-
-
-
- struct WPSRCLASSBLOCK
- {
- short ClassNameLength; /* Length of class name, including the
- * .. null terminator. This must be a
- * .. SHORT and must be at the beginning
- * .. of the structure.
- */
- USHORT IVarLength; /* Length of instance variable
- * .. information, including the two-
- * .. byte null terminator
- */
- };
-
- struct OBJDATA
- {
- WPSRCLASSBLOCK *CurrentClass;
- WPSRCLASSBLOCK *First;
- PUCHAR NextData;
- USHORT Length;
- };
- typedef OBJDATA *POBJDATA;
-
- typedef ULONG HMTX;
-
- struct VIEWITEM /* USAGE_OPENVIEW struct */
- {
- ULONG view; /* Object view that this represents */
- LHANDLE handle; /* Open handle */
- ULONG ulViewState; /* View State flags */
- HWND hwndCnr; /* System use only (window animation) */
- PMINIRECORDCORE pRecord; /* System use only (window animation) */
- } ;
- typedef VIEWITEM *PVIEWITEM;
-
- typedef long *PLONG;
-
-
- struct CLASSDETAILS /* Class Details struct */
- {
- PSZ pszAttribute; /* Translatable string for a class attribute*/
- PVOID pSortRecord; /* Function pointer for sort function for attribute*/
- struct CLASSDETAILS *pNext; /* Next item in class details list */
- } ;
- typedef CLASSDETAILS *PCLASSDETAILS;
-
- struct CLASSFIELDINFO /*!INC*/
- {
- /* Details field attributes
- */
- ULONG cb; /* size of CLASSFIELDINFO struct */
- ULONG flData; /* attributes of field's data */
- ULONG flTitle; /* attributes of field's title */
- PVOID pTitleData; /* title data (default is string) */
- /* If CFT_BITMAP, must be HBITMAP */
- ULONG ulReserved; /* Reserved */
- PVOID pUserData; /* pointer to user data */
- struct CLASSFIELDINFO *pNextFieldInfo; /* pointer to next linked */
- /* CLASSFIELDINFO structure*/
- ULONG cxWidth; /* width of field in pels */
- ULONG offFieldData; /* offset from beginning of */
- /* this class's data for this */
- /* field. (first field is 0). */
- ULONG ulLenFieldData; /* width of data in bytes. */
- /* (4 for a pointer). */
- PFNOWNDRW pfnOwnerDraw; /* Ownerdraw procedure for detail */
- /* column. Can be NULL except if */
- /* ownerdraw is being used. */
- /* Include/Sort parameters
- */
- ULONG flCompare; /* Flags: for example, use the */
- /* COMPARE_SUPPORTED flag if */
- /* your field can be compared */
- PFNCOMPARE pfnCompare; /* Comparison function for this */
- /* field. Can be NULL unless */
- /* ownerdraw is used. */
- ULONG DefaultComparison; /* This is the default compare */
- /* operator in the include */
- /* page criteria dialog. (eg: */
- /* CMP_LESS_OR_EQUAL) */
- ULONG ulLenCompareValue; /* Maximum length of the compare */
- /* data. Can be NULL unless */
- /* ownerdraw is used. */
- PVOID pDefCompareValue; /* The default value to be used */
- /* for comparisons. Can be NULL */
- /* unless ownerdraw is used. */
- PVOID pMinCompareValue; /* The default value to be used */
- /* for comparisons.Can be NULL */
- /* unless ownerdraw is used. */
- PVOID pMaxCompareValue; /* The default value to be used */
- /* for comparisons.Can be NULL */
- /* unless ownerdraw is used. */
- PSZ pszEditControlClass; /* Window class to be used to edit*/
- /* the compare value. Can be */
- /* NULL unless ownerdraw is used*/
- PFNCOMPARE pfnSort; /* Sort function for this @SM09511*/
- /* field. Can be NULL unless */
- /* ownerdraw is used. */
- } ;
- typedef CLASSFIELDINFO *PCLASSFIELDINFO;
-
- typedef ULONG HFIND;
- typedef HFIND *PHFIND;
- typedef somToken POBJECT;
- typedef somToken CLASS;
- typedef CLASS *PCLASS;
-
-
-
- struct SIZEL
- { /* sizl */
- long cx;
- long cy;
- } ;
- typedef SIZEL *PSIZEL;
-
- struct FEA2
- {
- ULONG oNextEntryOffset; /* new field */
- BYTE fEA;
- BYTE cbName;
- USHORT cbValue;
- char szName[1]; /* new field */
- } ;
- typedef FEA2 *PFEA2;
-
- struct FEA2LIST
- {
- ULONG cbList;
- FEA2 list[1];
- };
- typedef FEA2LIST *PFEA2LIST;
-
-
- struct FDATE
- {
- USHORT day; /* rcsom2 : 5; */
- USHORT month; /* rcsom2 : 4; */
- USHORT year; /* rcsom2 : 7; */
- } ;
- typedef FDATE *PFDATE;
-
- struct FTIME
- {
- USHORT twosecs; /* rcsom2 : 5; */
- USHORT minutes; /* rcsom2 : 6; */
- USHORT hours; /* rcsom2 : 5; */
- } ;
- typedef FTIME *PFTIME;
-
-
- struct FILEFINDBUF4
- { /* findbuf4 */
- ULONG oNextEntryOffset; /* new field */
- FDATE fdateCreation;
- FTIME ftimeCreation;
- FDATE fdateLastAccess;
- FTIME ftimeLastAccess;
- FDATE fdateLastWrite;
- FTIME ftimeLastWrite;
- ULONG cbFile;
- ULONG cbFileAlloc;
- ULONG attrFile; /* widened field */
- ULONG cbList;
- UCHAR cchName;
- char achName[CCHMAXPATHCOMP];
- } ;
- typedef FILEFINDBUF4 *PFILEFINDBUF4;
-
-
-
- struct INFOCLASS
- {
- ULONG flags;
- PSZ pszClass;
- ULONG cbObjData;
- POBJDATA pObjData;
- };
- typedef INFOCLASS * PINFOCLASS;
-
- struct CDATE
- { /* cdate */
- UCHAR day; /* current day */
- UCHAR month; /* current month */
- USHORT year; /* current year */
- } ;
- typedef CDATE *PCDATE;
-
- struct CTIME
- { /* ctime */
- UCHAR hours; /* current hour */
- UCHAR minutes; /* current minute */
- UCHAR seconds; /* current second */
- UCHAR ucReserved; /* reserved */
- } ;
- typedef CTIME *PCTIME;
-
- struct FILEDETAILS
- {
- PSZ pszRealName; /* Real name */
- ULONG ulSize; /* Size of the file */
- CDATE cdateLastMod; /* Last modification date */
- CTIME ctimeLastMod; /* Last modification time */
- CDATE cdateLastAccess; /* Last access date */
- CTIME ctimeLastAccess; /* Last access time */
- CDATE cdateCreation; /* Date of creation */
- CTIME ctimeCreation; /* Time of creation */
- ULONG ulFlags; /* File flags */
- } ;
- typedef FILEDETAILS * PFILEDETAILS;
-
-
- struct FILESYS_SEARCH_INFO
- {
- USHORT Exclude;
- USHORT MustHave;
-
- BOOL fIncludeLMD;
- USHORT LMDyear;
- USHORT LMDmonth;
- USHORT LMDday;
- short LMDcriteria;
-
- BOOL fIncludeLMT;
- USHORT LMThours;
- USHORT LMTminutes;
- USHORT LMTseconds;
- short LMTcriteria;
-
- BOOL fIncludeFDS;
- ULONG FDSsize;
- short FDScriteria;
-
- BOOL fIncludeFEAS;
- ULONG FEASsize;
- short FEAScriteria;
-
- BOOL fMustHaveNeedEA;
- BOOL fMustNotHaveNeedEA;
- };
- typedef FILESYS_SEARCH_INFO *PFILESYS_SEARCH_INFO;
-
-
- struct TRANSINFO
- {
- struct TRANSINFO *pNext; /* Next structure */
- WPObject Object; /* Object pointer rcsom2 removed * */
- ULONG Handle; /* Object handle (low word only) */
- } ;
-
- typedef TRANSINFO *PTRANSINFO;
-
-
-
-
- typedef somToken HPROGRAM;
-
- typedef somToken SWP;
- typedef somToken PROGTYPE;
-
- struct PROGDETAILS
- {
- ULONG Length; /* set this to sizeof(PROGDETAILS) */
- PROGTYPE progt;
- PSZ pszTitle; /* any of the pointers can be NULL */
- PSZ pszExecutable;
- PSZ pszParameters;
- PSZ pszStartupDir;
- PSZ pszIcon;
- PSZ pszEnvironment; /* this is terminated by /0/0 */
- SWP swpInitial; /* this replaces XYWINSIZE */
- } ;
- typedef PROGDETAILS *PPROGDETAILS;
-
-
-
- typedef somToken PICONPOS;
- typedef somToken PSEARCH_INFO;
-
-
- typedef somToken HEV;
-
-
- typedef somToken LINKITEM;
-
- struct CRITERIA
- {
- PVOID pReserved; /* Reserved - MUST be null!!!! */
- struct CRITERIA *pNext;
- struct CRITERIA *pPrev;
- ULONG ClassFieldInfoIndex; /* Index of the details field */
- ULONG LogicalOperator; /* CRITERIA_AND or CRITERIA_OR */
- ULONG ComparisonType; /* CMP_LESS_OR_EQUAL etc... */
- ULONG ulLenCompareValue; /* sizeof(ComparisonData) */
- char CompareValue[1]; /* Value to be compared with */
- };
- typedef CRITERIA *PCRITERIA;
-
- typedef somToken OBJECT;
-
- typedef somToken HFOBJ;
-
-
- struct CELL
- {
- ULONG cbData; /* Size of the data that follows */
-
- /* Class specific cell data follows immediately afterwards -
- * for example the font palette would store the ASCII name of
- * the font, and the color palette would store the RGB color
- * of the cell.
- */
- };
- typedef CELL *PCELL;
-
- struct RECTL { // rcl
- long xLeft;
- long yBottom;
- long xRight;
- long yTop;
- } ;
- typedef RECTL *PRECTL;
-
- struct PALINFO
- {
- ULONG xCellCount; /* Number of columns of cells */
- ULONG yCellCount; /* Number of rows of cells */
- ULONG xCursor; /* Cursor location (readonly) */
- ULONG yCursor; /* Cursor location (readonly) */
- ULONG xCellWidth; /* Width of each cell */
- ULONG yCellHeight; /* Height of each cell */
- ULONG xGap; /* X separation of cells */
- ULONG yGap; /* Y separation of cells */
- };
- typedef PALINFO *PPALINFO;
-
- struct CELLSTRUCT
- {
- RECTL rclCell; /* Cell coordinates */
- PCELL pCell; /* Cell data pointer */
- } ;
- typedef CELLSTRUCT *PCELLSTRUCT;
-
- struct CLASSCRITERIA /*!INC*/
- {
- struct CLASSCRITERIA *pNext;
- struct CLASSCRITERIA *pPrev;
- M_WPObject *Class; /* Class object */
- PCRITERIA pCriteria; /* Linked list of criteria */
- WPObject NotifyObject; /* Owner of the criteria list rcsom2 removed * */
- } ;
- typedef CLASSCRITERIA *PCLASSCRITERIA;
-
- struct FATTRS
- { /* fat */
- USHORT usRecordLength;
- USHORT fsSelection;
- long lMatch;
- char szFacename[FACESIZE];
- USHORT idRegistry;
- USHORT usCodePage;
- long lMaxBaselineExt;
- long lAveCharWidth;
- USHORT fsType;
- USHORT fsFontUse;
- } ;
- typedef FATTRS *PFATTRS;
-
-
-