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

Structures

.
Summary
.

struct RASDIALPARAMS {

.

Structure RASDIALPARAMS

.
Documentation
[RASDIALPARAMS] on MSDN

rasapi32

.

   [In, Out] ref RASDIALPARAMS lprasdialparams,

.

    <[In](), Out()> ByRef lprasdialparams As RASDIALPARAMS, _

.

RASDIALPARAMS

.

        IntPtr lprasdialparams,

.

    public RASDIALPARAMS GetDialParams() {

.

    var lpRasDialParams = new RASDIALPARAMS

.

    IntPtr pnt = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(RASDIALPARAMS)));

.

    Marshal.StructureToPtr(lpRasDialParams, pnt, true);

.

    lpRasDialParams = (RASDIALPARAMS)Marshal.PtrToStructure(pnt, typeof(RASDIALPARAMS));

.

    return lpRasDialParams;


 
Access PInvoke.net directly from VS: