Contains information on the location of an application to run in a newly spawned VM.
#include <nks/vm.h>
typedef struct
{
NXObjType_t ssType;
int ssReserved;
NXPathCtx_t ssPathCtx;
void *ssPath;
} NXNameSpec_t, NXStreamSpec_t;
(IN) Specifies the type of object. See NXObjType_t Enumeration
in Volume 1.
(IN) Currently unused. Set to 0.
(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.
(IN) Points to the rest of the path, which in conjunction with ssPathCtx, specifies the location of the application.