W
Walter Zydhek
Can anyone help with the use of the Invoke method of a
Directory Entry object? I am using vb.net.
I am trying to invoke the get_Filter method of the
IIS://LocalHost directory entry, and get the following
error: System.Reflection.TargetInvocationException
MSDN Library shows the following for the get_Filter method:
HRESULT get_Filter
([out] VARIANT *pvFilter);
I imagine the problem I am having is the [out] variable.
Do I need to somehow pass a reference to a variable?
Any help would be appreciated.
Directory Entry object? I am using vb.net.
I am trying to invoke the get_Filter method of the
IIS://LocalHost directory entry, and get the following
error: System.Reflection.TargetInvocationException
MSDN Library shows the following for the get_Filter method:
HRESULT get_Filter
([out] VARIANT *pvFilter);
I imagine the problem I am having is the [out] variable.
Do I need to somehow pass a reference to a variable?
Any help would be appreciated.