Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Other » A couple of programming questions
Re: A couple of programming questions [message #389686 is a reply to message #389501] Mon, 08 June 2009 10:14 Go to previous messageGo to previous message
AmunRa is currently offline  AmunRa
Messages: 574
Registered: September 2005
Location: Lilburn, Georgia
Karma:
Colonel

function QueryInterface(riid: ^GUID; out ppvObj: ^^VOID); stdcall;
function AddRef: UI4; stdcall;
function Release: UI4; stdcall;
function GetTypeInfoCount(out pctinfo: ^UINT); stdcall;
function GetTypeInfo(itinfo: UINT; lcid: UI4; out pptinfo: ^^VOID); stdcall;
function GetIDsOfNames(riid: ^GUID; rgszNames: ^^I1; cNames: UINT; lcid: UI4; out rgdispid: ^I4); stdcall;
function Invoke(dispidMember: I4; riid: ^GUID; lcid: UI4; wFlags: UI2; pdispparams: ^DISPPARAMS; out pvarResult: ^Variant; out pexcepinfo: ^EXCEPINFO; out puArgErr: ^UINT); stdcall;
function sendText(out console: ^BSTR; out Command: ^BSTR): Bool; stdcall;
function SysDir: BSTR; stdcall;

this is from the dll i was talking about
i found all this in the resource editor of pe explorer. does it carry any significance?

[Updated on: Mon, 08 June 2009 10:16]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: resurrection.exe error!!!! help me please!
Next Topic: BF2
Goto Forum:
  


Current Time: Wed Dec 18 01:21:33 MST 2024

Total time taken to generate the page: 0.00739 seconds