mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-02 06:12:41 -06:00
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
============
|
|
struct Foo {
|
|
struct Foo;
|
|
|
|
Foo *x;
|
|
};
|
|
============
|
|
|
|
String EncodeHtml(const RichText& text, Index<String>& css,
|
|
const VectorMap<String, String>& links,
|
|
const VectorMap<String, String>& labels,
|
|
const String& path, const String& base = Null, Zoom z = Zoom(8, 40),
|
|
const VectorMap<String, String>& escape = VectorMap<String, String>(),
|
|
int imtolerance = 0);
|
|
|
|
============
|
|
_onexit_t onexit( [SA_Pre( Null=SA_Maybe)] [SA_Pre(Deref=1, Valid=SA_Yes)] [SA_Pre(Deref=1, Access=SA_Read)] _onexit_t _Func);
|
|
============
|
|
typedef struct tagMONCONVSTRUCT {
|
|
UINT cb;
|
|
BOOL fConnect;
|
|
DWORD dwTime;
|
|
HANDLE hTask;
|
|
HSZ hszSvc;
|
|
HSZ hszTopic;
|
|
HCONV hConvClient; // Globally unique value != apps local hConv
|
|
HCONV hConvServer; // Globally unique value != apps local hConv
|
|
} MONCONVSTRUCT, *PMONCONVSTRUCT;
|
|
// ^^^^ have invalid line number
|
|
=============
|
|
typedef GUID *REFGUID;
|