mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: better [windows_stdcall] info (#5780)
This commit is contained in:
parent
75b7b9564a
commit
1a9690cc62
@ -2161,9 +2161,9 @@ fn bar() {
|
||||
[typedef]
|
||||
struct C.Foo { }
|
||||
|
||||
// Declare a function with WINAPI
|
||||
// Used in Win32 API code when you need to pass callback function
|
||||
[windows_stdcall]
|
||||
fn C.WinFunction()
|
||||
fn C.DefWindowProc(hwnd int, msg int, lparam int, wparam int)
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user