We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501834a + 637550a commit 0a7bbfaCopy full SHA for 0a7bbfa
docs/cpp/stdcall.md
@@ -13,6 +13,8 @@ The **`__stdcall`** calling convention is used to call Win32 API functions. The
13
## Syntax
14
15
> *return-type* **`__stdcall`** *function-name*[**`(`** *argument-list* **`)`**]
16
+>
17
+> **`auto`** **`__stdcall`** *function-name*[**`(`** *argument-list* **`)`**] [ **`->`** *return-type* ]
18
19
## Remarks
20
0 commit comments