PTREEROOT tree = CreateBinaryTree(); PTRSZVAL key = 1; POINTER data = NewArray( TEXTCHAR, 32 ); AddBinaryNode( tree, data, key );