Share via


IActiveScriptSite.GetItemInfo(String, UInt32, Object, Type) Method

Definition

public:
 int GetItemInfo(System::String ^ pstrName, System::UInt32 dwReturnMask, [Runtime::InteropServices::Out] System::Object ^ % ppiunkItem, [Runtime::InteropServices::Out] Type ^ % ppti);
public int GetItemInfo(string pstrName, uint dwReturnMask, out object ppiunkItem, out Type ppti);
abstract member GetItemInfo : string * uint32 * obj * Type -> int
Public Function GetItemInfo (pstrName As String, dwReturnMask As UInteger, ByRef ppiunkItem As Object, ByRef ppti As Type) As Integer

Parameters

pstrName
String
dwReturnMask
UInt32
ppiunkItem
Object
ppti
Type

Returns

Applies to