Fix
This commit is contained in:
@ -120,8 +120,8 @@ This is what Windows 11 does instead:
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
// Get the IID and the CID
|
// Get the IID and the CID
|
||||||
iid_data = get_iid();
|
LPWSTR iid_data = get_iid();
|
||||||
cid_data = get_cid();
|
LPWSTR cid_data = get_cid();
|
||||||
|
|
||||||
// Create a handle for the SHA256 algorithm
|
// Create a handle for the SHA256 algorithm
|
||||||
hash_handle = BCryptCreateHash(...);
|
hash_handle = BCryptCreateHash(...);
|
||||||
|
Reference in New Issue
Block a user