Update README.md
parent
7f6db99054
commit
f377fe4bc8
13
README.md
13
README.md
|
@ -13,11 +13,12 @@ HRESULT SLGetWindowsInformationDWOR1(
|
|||
OUT DWORD *pdwValue
|
||||
) {
|
||||
return S_OK;
|
||||
}```
|
||||
}
|
||||
|
||||
dont forget to the function in a def file or as a pragma comment
|
||||
// dont forget to the function in a def file or as a pragma comment
|
||||
// like this:
|
||||
|
||||
like this:
|
||||
```LIBRARY yourproject
|
||||
EXPORTS
|
||||
SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1```
|
||||
// LIBRARY yourproject
|
||||
// EXPORTS
|
||||
// SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue