IAssemblyNameGetVersion Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GetVersion(
ref int pdwVersionHi,
ref int pdwVersionLow
)
Function GetVersion (
ByRef pdwVersionHi As Integer,
ByRef pdwVersionLow As Integer
) As Integer
int GetVersion(
int% pdwVersionHi,
int% pdwVersionLow
)
function GetVersion(pdwVersionHi, pdwVersionLow);
Parameters
- pdwVersionHi
- Type: SystemInt32
- pdwVersionLow
- Type: SystemInt32
Return Value
Type:
Int32See Also