Feedback

  • Contents
 

IDL file for the IRwp interface - C Interface Definition

// Rwp.idl : IDL source for rwp lookup interface

//

// This file will be processed by the MIDL tool to

// produce the type library (Rwp.tlb) and marshalling code.

import "oaidl.idl";

import "ocidl.idl";

[

object,

uuid(703B84B8-02AB-41E3-BF61-3E63C7946CD4),

dual,

helpstring("IRwp Interface"),

pointer_default(unique)

]

interface IRwp : IDispatch

{

[id(1), helpstring("method Initialize")]

HRESULT Initialize([in] BSTR strInitializationData);

[id(2), helpstring("method Lookup")]

HRESULT Lookup([in] BSTR bstrPhoneNumber, [out, retval] BSTR * pbstrName);

[id(3), helpstring("method Deinitialize")]

HRESULT Deinitialize();

};