# RASDIALEXTENSIONS

### C# Definition:

```cs
[StructLayout(LayoutKind.Sequential)]
internal class RASDIALEXTENSIONS 
{ 
   public readonly int dwSize = Marshal.SizeOf(typeof(RASDIALEXTENSIONS));
   public uint dwfOptions = 0;
   public int hwndParent = 0;
   public int reserved = 0;
   public int reserved1 = 0;
   public RASEAPINFO RasEapInfo = new RASEAPINFO();
}
```

### VB Definition:

```cs
Structure RASDIALEXTENSIONS 
   Public TODO
End Structure
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pinvokeisalive.gitbook.io/pinvoke/directory/structures/rasdialextensions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
