This site has been archived and made available for preservation purposes. No edits can be made.

RawFunction

This is an old revision of this page, as edited 08-15-2012, 12:34 AM by foxtacles (contribs). It may differ significantly from the current revision.

[top]Definition

Code cpp:
#define RawFunction(types) Function<types>
Code c:
#define RawFunction(types)  Result (__cdecl*)(types)