ITypeLib.FindName(String, UInt32, Type, Int32[], UInt16, String) 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.
public:
void FindName(System::String ^ szNameBuf, System::UInt32 lHashVal, [Runtime::InteropServices::Out] Type ^ % ppTInfo, cli::array <int> ^ rgMemId, [Runtime::InteropServices::Out] System::UInt16 % pcFound, [Runtime::InteropServices::Out] System::String ^ % pBstrLibName);
public void FindName (string szNameBuf, uint lHashVal, out Type ppTInfo, int[] rgMemId, out ushort pcFound, out string pBstrLibName);
abstract member FindName : string * uint32 * Type * int[] * uint16 * string -> unit
Public Sub FindName (szNameBuf As String, lHashVal As UInteger, ByRef ppTInfo As Type, rgMemId As Integer(), ByRef pcFound As UShort, ByRef pBstrLibName As String)
Parameters
- szNameBuf
- String
- lHashVal
- UInt32
- ppTInfo
- Type
- rgMemId
- Int32[]
- pcFound
- UInt16
- pBstrLibName
- String