ITypeComp.RemoteBindType(String, UInt32, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void RemoteBindType(System::String ^ szName, System::UInt32 lHashVal, [Runtime::InteropServices::Out] Type ^ % ppTInfo);
public void RemoteBindType (string szName, uint lHashVal, out Type ppTInfo);
abstract member RemoteBindType : string * uint32 * Type -> unit
Public Sub RemoteBindType (szName As String, lHashVal As UInteger, ByRef ppTInfo As Type)
Parameters
- szName
- String
- lHashVal
- UInt32
- ppTInfo
- Type