Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The IDirectInputEffectDriver::GetVersions method obtains version information about the force-feedback hardware and driver.
Syntax
HRESULT GetVersions(
LPDIDRIVERVERSIONS unnamedParam1
);
Parameters
unnamedParam1
Points to a DIDRIVERVERSIONS structure that should be filled in with version information describing the hardware, firmware, and driver. DirectInput sets the dwSize member of the DIDRIVERVERSIONS structure to sizeof(DIDRIVERVERSIONS) before calling this method.
Return value
Returns S_OK if successful; otherwise, returns an error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dinputd.h (include Dinputd.h) |