OmfObj_setModuleCtorDtor

Set up function to be called as static constructor on program startup or static destructor on program shutdown.

version(COMPILE)
extern (C++) nothrow
static if(TARGET_WINDOS)
void
OmfObj_setModuleCtorDtor
(,
bool isCtor
)

Parameters

s Symbol*

function symbol

isCtor bool

true if constructor, false if destructor

Meta