NWDSAllocFilter(3nw)


NWDSAllocFilter -- allocates a filter expression tree and initializes a cursor to the current insertion point

Synopsis

   #include <nwnet.h> 
   or 
   #include <nwdsfilt.h> 
   

NWDSCCODE N_API NWDSAllocFilter (pFilter_Cursor_T cur);

Description

The parameters are as follows:

cur
(IN/OUT) Points to the current filter-cursor position in the allocated filter.

Return values

0x0000
SUCCESSFUL

Negative Value
Negative values indicate errors. For errors returned by Directory Services, see ``Directory Services OS Errors'' (-001 to -255), ``Directory Services Client Library Errors'' (-301 to -399), or ``Directory Services Agent in the Server Errors'' (-601 to -699).

Services

Directory

NCP calls

None

References

NWDSAddFilterToken(3nw), NWDSDelFilterToken(3nw), NWDSFreeFilter(3nw), NWDSPutFilter(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.