Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
struct DFS_STORAGE_INFO {
public int State; // State of this storage, one of DFS_STORAGE_STATE_*, possibly OR'd with DFS_STORAGE_STATE_ACTIVE
[MarshalAs(UnmanagedType.LPWStr)] public string ServerName; // Name of server hosting this storage
[MarshalAs(UnmanagedType.LPWStr)] public string ShareName; // Name of share hosting this storage
}
VB Definition:
Structure DFS_STORAGE_INFO
Public TODO
End Structure