ResultCode Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
type ResultCode
Members
Member name | Description | |
---|---|---|
ConflictingTextureFilter | Current texture filters 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. | |
InvalidCall | Method call is invalid; for example, a method's parameter might not be a valid pointer. | |
InvalidDevice | Requested device type is not valid. | |
NotAvailable | Requested format is not available. | |
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. | |
DriverInternalError | A driver internal error has occurred. | |
DriverUnsupported | The driver is unsupported. | |
DriverInvalidCall | An invalid call has been detected by the driver | |
ConflictingRenderState | The render state is incompatible. | |
ConflictingTexturePalette | Current texture palettes cannot be used together. | |
NotFound | A search routine has failed to return the element or elements. | |
MoreData | Buffer passed into a routine does not contain a sufficient number of elements to complete the operation. | |
MemoryPoolEmpty | The specified memory pool is empty. | |
AlreadyLocked | The device is already locked. | |
GenericFailure | General failure. |
Platforms
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0
See Also
Reference
Microsoft.WindowsMobile.DirectX.Direct3D Namespace