Skip to content

Commit 0a7bbfa

Browse files
authored
Merge pull request #5175 from roopekv/stdcall-placement-when-trailing-return-type
Update stdcall.md
2 parents 501834a + 637550a commit 0a7bbfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cpp/stdcall.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The **`__stdcall`** calling convention is used to call Win32 API functions. The
1313
## Syntax
1414

1515
> *return-type* **`__stdcall`** *function-name*[**`(`** *argument-list* **`)`**]
16+
>
17+
> **`auto`** **`__stdcall`** *function-name*[**`(`** *argument-list* **`)`**] [ **`->`** *return-type* ]
1618
1719
## Remarks
1820

0 commit comments

Comments
 (0)