4.1.10.3.10 GetWellKnownObject

 procedure GetWellKnownObject(
   nc: DSName,
   guid: GUID): DSName

Informative summary of behavior: The GetWellKnownObject procedure returns the DSName of the well-known object with the given guid in a specified NC replica.

  
 attrVals: set of attribute value
 attrVal: DNBinary
  
  
 attrVals := {nc!wellKnownObjects}
 for each attrVal in attrVals do
   if (attrVal.binary = guid) then
     return attrVal.dn
   endif
 endfor
  
  
 return null