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
|
---|
5 | extern "C" {
|
---|
6 |
|
---|
7 | #endif
|
---|
8 |
|
---|
9 | WPObject* somGetFileSystemObject(WPObject* wpObject);
|
---|
10 | SOMClass* somGetSomClass(char* chrClassName);
|
---|
11 | BOOL somObjectIsA(WPObject* wpObject, char * chrClassName);
|
---|
12 | PBYTE somReallocString(WPObject* wpObject, PBYTE oldString, char* newString, PULONG pulError);
|
---|
13 | BOOL wpsObjectIsInsertedInContainer(WPObject * wpObject);
|
---|
14 | WPObject* somResolveShadow(WPObject* wpObject);
|
---|
15 | ULONG wpsDrawTemplate(WPObject* wpObject, RECTL* rcl, HPS hps, ULONG flCnr);
|
---|
16 | void wpsRefreshObjectRecords(WPObject *somSelf);
|
---|
17 |
|
---|
18 | #if __cplusplus
|
---|
19 | }
|
---|
20 | #endif
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.