TcVnMatrix
Offers a user-defined matrix with variable rows, columns and element-type.
Syntax
Definition:
struct TcVnMatrix
{
ULONG nRows;
ULONG nCols;
ETcVnElementType eType;
PVOID pData;
};Parameters
|
Name |
Type |
Description |
|---|---|---|
|
nRows |
ULONG |
Number of rows |
|
nCols |
ULONG |
Number of columns |
|
eType |
Element type | |
|
pData |
PVOID |
Pointer to the data |