{ DLL winApiDLL = new DLL('OLE32'); DLLFunction method = new DLLFunction(winApiDLL, 'OleInitialize'); ; method.returns(ExtTypes::DWord); method.arg(ExtTypes::DWord); method.call(0); }