Directory Services Plugin: functions callable?
Directory Services Plugin: functions callable?
- Subject: Directory Services Plugin: functions callable?
- From: Hua Ying Ling <email@hidden>
- Date: Wed, 30 Jan 2002 17:26:33 -0500
Can I use Directory Service functions from within the plug-in? If so
what direction service session should i pass for a tDirReference?
For example I want to register a node within the plugin "Initialize"
entry point with the
DSRegisterNode callback which requires a tDataList, I could use
dsBuildListFromString to build the list but again this requires a
session ID.
If I need to build these structures by hand what is the appropriate mem
allocation function to use? Will malloc do?
Also is there a more appropriate list to post directory service related
questions to?
Thanks
~Hua Ying