| 238 | } |
| 239 | |
| 240 | inline DCPS::Sample::Extent nested(DCPS::Sample::Extent ext) |
| 241 | { |
| 242 | return ext == DCPS::Sample::KeyOnly ? DCPS::Sample::NestedKeyOnly : ext; |
| 243 | } |
| 244 | |
| 245 | // Convert the index vector to an element in a multi-dimensional array into a flat index. |
| 246 | // See description for ARRAY_TYPE in XTypes 1.3, page 139. |
no outgoing calls
no test coverage detected