@Slion reports at microsoft/CsWin32#583
I'm trying to use HidP_GetUsageValueArray. The returned value is declared as NTSTATUS, are the constant values it can take declared somewhere? If I put them in NativeMethods.txt is says it can't find them.
Indeed, it appears that none of the return values documented for this API are declared in the metadata. Since the method itself is in the metadata, it seems the return values should be as well.
@Slion reports at microsoft/CsWin32#583
Indeed, it appears that none of the return values documented for this API are declared in the metadata. Since the method itself is in the metadata, it seems the return values should be as well.