ResultCode Enumeration
.NET Framework 3.0
Defines resource types.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
| Member name | Description | |
|---|---|---|
![]() | AlreadyLocked | The device is already locked. |
![]() | ConflictingRenderState | The render state is incompatible. |
![]() | ConflictingTextureFilter | Current texture filters cannot be used together. |
![]() | ConflictingTexturePalette | Current texture palettes cannot be used together. |
![]() | DeviceLost | Device has been lost but cannot be reset at this time. Therefore, rendering is not possible. |
![]() | DeviceNotReset | Device does not support the queried technique. |
![]() | DriverInternalError | A driver internal error has occurred. |
![]() | DriverInvalidCall | An invalid call has been detected by the driver |
![]() | DriverUnsupported | The driver is unsupported. |
![]() | GenericFailure | General failure. |
![]() | InvalidCall | Method call is invalid; for example, a method's parameter might not be a valid pointer. |
![]() | InvalidDevice | Requested device type is not valid. |
![]() | MemoryPoolEmpty | The specified memory pool is empty. |
![]() | MoreData | Buffer passed into a routine does not contain a sufficient number of elements to complete the operation. |
![]() | NotAvailable | Requested format is not available. |
![]() | NotFound | A search routine has failed to return the element or elements. |
![]() | Success | Operation was successful. |
![]() | TooManyOperations | Application is requesting more texture-filtering operations than the device supports. |
![]() | UnsupportedAlphaArgument | Device does not support a specified texture-blending argument for the alpha channel. |
![]() | UnsupportedAlphaOperation | Device does not support a specified texture-blending operation for the alpha channel. |
![]() | UnsupportedColorArgument | Device does not support a specified texture-blending argument for color values. |
![]() | UnsupportedColorOperation | Device does not support a specified texture-blending operation for color values. |
![]() | UnsupportedFactorValue | Device does not support the specified texture factor value. |
![]() | UnsupportedTextureFilter | Device does not support the specified texture filter. |
![]() | WrongTextureFormat | Pixel format of the texture surface is not valid. |
Community Additions
ADD
Show:
