ResultCode Enumeration
.NET Framework 2.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. |
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
Microsoft.WindowsMobile.DirectX.Direct3D NamespaceOther Resources
Mobile Direct3D ProgrammingCommunity Additions
ADD
Show:
