Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetVersion" in [All]

rapi

. .

public static extern int CeGetVersionEx(ref CEOSVERSIONINFO ceosver);

.

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeGetVersionExRAPI.asp

.
Documentation
[CeGetVersionEx] on MSDN

shell32

.
Documentation
[DLLGETVERSIONINFO] on MSDN

kernel32

.

private static extern bool GetVersionEx(ref OSVERSIONINFOEX osvi);

.

    Private Declare Function GetVersionEx Lib "kernel32.dll" _

.

    Alias "GetVersionExA" _

.

    If GetVersionEx(osv) = 1 Then

.

    If GetVersionEx(osv) = 1 Then

.

GetVersionEx(ref osVersionInfo);

.
Documentation
[APIGetVersionEx] on MSDN
.

     DiskSmartGetVersion = (EFileDevice.Disk << 16) | (0x0020 << 2) | EMethod.Buffered | (FileAccess.Read << 14),

.

   Private Declare Function DeviceIoControl Lib "kernel32" (ByVal hDevice As Integer, ByVal dwIoControlCode As Integer, ByRef lpInBuffer As IntPtr, ByVal nInBufferSize As Integer, ByRef lpOutBuffer As GETVERSIONOUTPARAMS, ByVal nOutBufferSize As Integer, ByRef lpBytesReturned As Integer, ByVal lpOverlapped As IntPtr) As Integer

.

   Private Declare Ansi Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (ByRef i As OSVERSIONINFO) As Boolean

.

   Structure GETVERSIONOUTPARAMS

.

   Private Sub test(ByVal VerParam As GETVERSIONOUTPARAMS, ByVal hdrive As Integer)

.

       Dim VersionParams As New GETVERSIONOUTPARAMS()

.

System.Diagnostics.FileVersionInfo.GetVersionInfo(fileName)

.

static extern bool GetVersionEx( ref OSVERSIONINFO osvi );  

.

Private Shared Function GetVersionEx(ByRef osvi As OSVERSIONINFO) As Boolean

.

Private Shared Function GetVersionEx(<[In](), Out()> ByVal osvi As OSVERSIONINFO) As Boolean

.

GetVersionEx( osvi );

.

GetVersionEx( ref osvi2 );

.
Documentation
[GetVersionEx] on MSDN
.

static extern bool GetVersionEx( ref OSVERSIONINFO osvi );  

.

Private Shared Function GetVersionEx(ByRef osvi As OSVERSIONINFO) As Boolean

.

Private Shared Function GetVersionEx(<[In](), Out()> ByVal osvi As OSVERSIONINFO) As Boolean

.

GetVersionEx( osvi );

.

GetVersionEx( ref osvi2 );

.
Documentation
[GetVersionEx] on MSDN
.

    If GetVersionEx(osv) = 1 Then

.

    If GetVersionEx(osv) = 1 Then

Structures

.
Summary
.

Use the overloaded API call GetVersionEx().

.

Use the overloaded API call GetVersionEx().

Constants

13: VER_
.
Summary

dhcpsapi

.
Summary
The DhcpGetVersion function returns the major and minor version numbers of the DHCP server.
.

static extern uint DhcpGetVersion(

.

Declare Unicode Function DhcpGetVersion Lib "Dhcpsapi" ( _

.
Documentation
[DhcpGetVersion] on MSDN

user32

.

    Private Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (ByRef lpVersionInformation As OSVERSIONINFO) As Integer

.

    GetVersionEx(o)

.

    GetVersionEx(o)

gsapi

.

    public static void getVersion(ref GSVersion version)

.

        Ghostscript.getVersion(ref gsVer);


 
Access PInvoke.net directly from VS: