This document is archived and information here might be outdated. Recommended version. |
Sets or returns the order of the specified cache. Client's that use multiple caches may assign an order to them. Bottom cache is 0 and top cache is n.
[Visual Basic .NET]
Public Sub PutCacheOrder ( _
ByVal cacheID As Short, _
ByVal order As Short _
)
[C#]
public void PutCacheOrder (
short cacheID,
short order
);
[C++]
HRESULT PutCacheOrder(
short cacheID,
short order
);
[C++] Parameters cacheID [in]
cacheID is a parameter of type short order [in]
order is a parameter of type short