FileDrmIsDRM
Windows Mobile 6.5
4/8/2010
This function enables an application to determine quickly if an object is FDRM-protected. An application can then display an indication that the content is FDRM-protected.
The function may return any HRESULT. Any errors that occur are returned as the HRESULT created by calling HRESULT_FROM_WIN32 with the value returned from GetLastError(). Applications should use the SUCCEEDED and FAILED macros to check the results. The following table shows additional HRESULT values that may be returned.
| Value | Description |
|---|---|
|
S_FDRM_NOPROVIDER |
Success, but no FDRM provider was found. The value pointed to by pfDRM is FALSE. |
|
S_FDRM_NOTDRMOBJECT |
Success, but the object pointed to is not a FDRM object. The value pointed to by pfDRM is FALSE. |
Community Additions
Show: