ResultCode Enumeration
Defines resource types.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
Syntax
'Declaration
Public Enumeration ResultCode
'Usage
Dim instance As ResultCode
public enum ResultCode
public enum class ResultCode
public enum ResultCode
public enum ResultCode
Members
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. |
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Compact Framework
Supported in: 2.0
See Also
Reference
Microsoft.WindowsMobile.DirectX.Direct3D Namespace