ulFlags (ULONG) - input

      Creation flags.

      This parameter can have one of the following values:

      CO_FAILIFEXISTS

        No object will be created if an object with the given object ID already exists. This is the default.
      CO_REPLACEIFEXISTS
        If an object with the given ID already exists, the existing object should be replaced.
      CO_UPDATEIFEXISTS
        If an object with the given ID already exists, the existing object should be updated with the new information.


      [Back] [Next]