source: branches/common_functions/include/som_wps_funcs.h

Last change on this file was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 648 bytes
Line 
1#ifndef SOMWPS_FUNCS_H_INCLUDED
2#define SOMWPS_FUNCS_H_INCLUDED
3
4#if __cplusplus
5extern "C" {
6
7#endif
8
9WPObject* somGetFileSystemObject(WPObject* wpObject);
10SOMClass* somGetSomClass(char* chrClassName);
11BOOL somObjectIsA(WPObject* wpObject, char * chrClassName);
12PBYTE somReallocString(WPObject* wpObject, PBYTE oldString, char* newString, PULONG pulError);
13BOOL wpsObjectIsInsertedInContainer(WPObject * wpObject);
14WPObject* somResolveShadow(WPObject* wpObject);
15ULONG wpsDrawTemplate(WPObject* wpObject, RECTL* rcl, HPS hps, ULONG flCnr);
16void wpsRefreshObjectRecords(WPObject *somSelf);
17
18#if __cplusplus
19}
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.