Update README.md
parent
7f6db99054
commit
f377fe4bc8
13
README.md
13
README.md
|
@ -13,11 +13,12 @@ HRESULT SLGetWindowsInformationDWOR1(
|
||||||
OUT DWORD *pdwValue
|
OUT DWORD *pdwValue
|
||||||
) {
|
) {
|
||||||
return S_OK;
|
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
|
||||||
```LIBRARY yourproject
|
// EXPORTS
|
||||||
EXPORTS
|
// SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1
|
||||||
SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1```
|
```
|
||||||
|
|
Loading…
Reference in New Issue