NXNameSpec_t

Contains information on the location of an application to run in a newly spawned VM.

Service:NKS Virtual Machine

Structure

  #include <nks/vm.h>
  
  typedef struct 
  {
     NXObjType_t   ssType;
     int           ssReserved; 
     NXPathCtx_t   ssPathCtx;
     void         *ssPath; 
  } NXNameSpec_t, NXStreamSpec_t;
  

Fields

ssType

(IN) Specifies the type of object. See NXObjType_t Enumeration in Volume 1.

ssReserved

(IN) Currently unused. Set to 0.

ssPathCtx

(IN) Specifies the parent context of path. This can be 0 if ssPath contains the full path to the application. To create a path context, see NXCreatePathContext in Volume 1.

ssPath

(IN) Points to the rest of the path, which in conjunction with ssPathCtx, specifies the location of the application.