Entry Points

Personal Communications and Communications Server provide a library file that handles Node Operator Facility verbs.

Node Operator Facility verbs have a straightforward language interface. Your program fills in fields in a block of memory called a verb control block. Then your program calls the entry point and passes a pointer to the verb control block. When its operation is complete, Node Operator Facility returns, having used and then modified the fields in the verb control block. Your program can then read the returned parameters from the verb control block.

Following is a list of entry points for Node Operator Facility verbs:
  • WinNOF()
  • WinAsyncNOF()
  • WinAsyncNOFEx()
  • WinNOFCancelAsyncRequest()
  • WinNOFCleanup()
  • WinNOFStartup()
  • WinNOFRegisterIndicationSink()
  • WinNOFUnregisterIndicationSink()
  • WinNOFGetIndication()

See Node Operator Facility Entry Points for detailed descriptions of the entry points.