flCapabilities[5] (ULONG)

      An array of flags indicating the capabilities of the network to support network, job, queue, and device API functions.

      Network flCapabilities[0] flag bit definitions:

      NET_SUP_AUTHENTICATENETWORK (0x00000001)

        NetworkAuthenticateNetwork is supported.
      NET_SUP_AUTHENTICATESERVER (0x00000002)
        NetworkAuthenticateServer is supported.
      NET_SUP_AUTHENTICATERESOURCE (0x00000004)
        NetworkAuthenticate- Resource is supported.
      NET_SUP_DETACHNETWORK (0x00000008)
        NetworkDetachNetwork is supported.
      NET_SUP_DETACHSERVER (0x00000010)
        NetworkDetachServer is supported.
      NET_SUP_DETACHRESOURCE (0x00000020)
        NetworkDetachResource is supported.
      NET_SUP_ENUMNETWORK (0x00000040)
        NetworkEnumNetwork is supported.
      NET_SUP_QUERYNETWORK (0x00000080)
        NetworkQueryNetwork is supported.
      NET_SUP_ENUMSERVER (0x00000100)
        NetworkEnumServer is supported.
      NET_SUP_QUERYSERVER (0x00000200)
        NetworkQueryServer is supported.
      NET_SUP_ENUMRESOURCE (0x00000400)
        NetworkEnumResource is supported.
      NET_SUP_QUERYRESOURCE (0x00000800)
        NetworkQueryResource is supported.
      NET_SUP_ADDCONNECTION (0x00001000)
        NetworkAddConnection is supported.
      NET_SUP_DELCONNECTION (0x00002000)
        NetworkDelConnection is supported.
      NET_SUP_ENUMCONNECTION (0x00004000)
        NetworkEnumConnection is supported.
      NET_SUP_QUERYCONNECTION (0x00008000)
        NetworkQueryConnection is supported. Device flCapabilities[1] flag bit definitions:
      NET_SUP_SPLCONTROLDEVICE (0x00000001)
        SplControlDevice is supported.
      NET_SUP_SPLCREATEDEVICE (0x00000002)
        SplCreateDevice is supported.
      NET_SUP_SPLDELETEDEVICE (0x00000004)
        SplDeleteDevice is supported.
      NET_SUP_SPLENUMDEVICE (0x00000008)
        SplEnumDevice is supported.
      NET_SUP_SPLQUERYDEVICE (0x00000010)
        SplQueryDevice is supported.
      NET_SUP_SPLSETDEVICE (0x00000020)
        SplSetDevice is supported.
      NET_SUP_SPLENUMDRIVER (0x00010000)
        SplEnumDriver is supported.
      NET_SUP_SPLENUMPORT (0x00020000)
        SplEnumPort is supported. Job flCapabilities[2] flag bit definitions:
      NET_SUP_SPLCOPYJOB (0x00000001)
        SplCopyJob is supported.
      NET_SUP_SPLDELETEJOB (0x00000002)
        SplDeleteJob is supported.
      NET_SUP_SPLENUMJOB (0x00000004)
        SplEnumJob is supported.
      NET_SUP_SPLHOLDJOB (0x00000008)
        SplHoldJob is supported.
      NET_SUP_SPLQUERYJOB (0x00000010)
        SplQueryJob is supported.
      NET_SUP_SPLRELEASEJOB (0x00000020)
        SplReleaseJob is supported.
      NET_SUP_SPLSETJOB (0x00000040)
        SplSetJob is supported. Queue flCapabilities[3] flag bit definitions:
      NET_SUP_SPLCREATEQUEUE (0x00000001)
        SplCreateQueue is supported.
      NET_SUP_SPLDELETEQUEUE (0x00000002)
        SplDeleteQueue is supported.
      NET_SUP_SPLENUMQUEUE (0x00000004)
        SplEnumQueue is supported.
      NET_SUP_SPLHOLDQUEUE (0x00000008)
        SplHoldQueue is supported.
      NET_SUP_SPLPURGEQUEUE (0x00000010)
        SplPurgeQueue is supported.
      NET_SUP_SPLQUERYQUEUE (0x00000020)
        SplQueryQueue is supported.
      NET_SUP_SPLRELEASEQUEUE (0x00000040)
        SplReleaseQueue is supported.
      NET_SUP_SPLSETQUEUE (0x00000080)
        SplSetQueue is supported.
      NET_SUP_SPLENUMQUEUEPROCESSOR (0x00010000)
        SplEnumQueueProcessor is supported. Job submission flCapabilities[4] flag bit definitions:
      NET_SUP_SPLQMABORT (0x00000001)
        SplQmAbort is supported.
      NET_SUP_SPLQMABORTDOC (0x00000002)
        SplQmAbortDoc is supported.
      NET_SUP_SPLQMCLOSE (0x00000004)
        SplQmClose is supported.
      NET_SUP_SPLQMENDDOC (0x00000008)
        SplQmEndDoc is supported.
      NET_SUP_SPLQMOPEN (0x00000010)
        SplQmOpen is supported.
      NET_SUP_SPLQMSTARTDOC (0x00000020)
        SplQmStartDoc is supported.
      NET_SUP_SPLQMWRITE (0x00000040)
        SplQmWrite is supported.


      [Back: NETWORKINFO1 Field - flInfo]
      [Next: NETWORKINFO1 Field - DefaultAuthenticator]