Update README.md

main
sir aieke the 9391913th 2024-11-22 02:42:52 +02:00
parent 7f6db99054
commit f377fe4bc8
1 changed files with 7 additions and 6 deletions

View File

@ -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
```