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 "SetupFindNextLine" in [All]

setupapi

.

        while(SetupFindNextLine(ref Context, out Context) == true)

.

        While SetupFindNextLine(Context, Context) = True

.

        while(SetupFindNextLine(ref Context, out Context) == true)

.

        While SetupFindNextLine(Context, Context) = True

.

public static extern bool SetupFindNextLine(ref INFCONTEXT ContextIn, out INFCONTEXT ContextOut);

.

Public Declare Auto Function SetupFindNextLine Lib "setupapi.dll" (ByRef ContextIn As INFCONTEXT, ByRef ContextOut As INFCONTEXT) As Boolean

.

        while(SetupFindNextLine(ref Context, out Context) == true)

.

        While SetupFindNextLine(Context, Context) = True

.
Documentation
[SetupFindNextLine] on MSDN
.
Key If this optional parameter is specified, it supplies a key to match. This parameter should be a null-terminated string. This parameter can be Null. If Key is not specified, the SetupFindNextMatchLine function is equivalent to the SetupFindNextLine function.
.

        while(SetupFindNextLine(ref Context, out Context) == true)

.

        While SetupFindNextLine(Context, Context) = True

.

        while(SetupFindNextLine(ref Context, out Context) == true)

.

        While SetupFindNextLine(Context, Context) = True


 
Access PInvoke.net directly from VS: