A Sandcastle Documented Class Library
GetDLLVersion Method (major, minor)
Namespaces > PICUSB > MPUSB > GetDLLVersion(UInt16, UInt16)
Gets the version of MPUSBAPI.DLL, formatted.
Syntax
C#Visual BasicManaged C++
public static void GetDLLVersion (
	out ushort major,
	out ushort minor
)
Public Shared Sub GetDLLVersion ( _
	<OutAttribute> ByRef major As UShort, _
	<OutAttribute> ByRef minor As UShort _
)
public:
static void GetDLLVersion (
	unsigned short% major, 
	unsigned short% minor
)
Parameters
major (UInt16)
Major version number
minor (UInt16)
Minor version number

Assembly: PICUSB Version: 1.0.2970.38156 (Module: PICUSB)