Difference between revisions of "FRDU:DetectNatProperties"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x002C|0|2}} {{IPC/CopyHandle|1}} {{IPC/RequestEntry|Completion handle}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardef...")
 
 
Line 3: Line 3:
 
{{IPC/RequestHeader|0x002C|0|2}}
 
{{IPC/RequestHeader|0x002C|0|2}}
 
{{IPC/CopyHandle|1}}
 
{{IPC/CopyHandle|1}}
{{IPC/RequestEntry|Completion handle}}
+
{{IPC/CopyHandleEntry|Completion handle}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}
  

Latest revision as of 14:44, 18 December 2024

Request[edit]

Index Word Description
0
Header 0x002C0002 Cmd 0x002C Param 0 Xlat 2
1 Descriptor for copying 1 handle
2 Completion handle

Response[edit]

Index Word Description
0
Header 0x002C0040 Cmd 0x002C Param 1 Xlat 0
1 Result code

Description[edit]

Starts an internal task to detect the NAT properties of the current internet connection.

Once the completion handle has been signaled, the client can use FRDU:GetNatProperties to retrieve the properties.