struct ploadinfo { WORD fnamelen; char *cmdlin; char *fname; };
Field | Details | See |
cmdlin | Points to a 128 byte character buffer into which the process command line will be copied. | Fcntl() |
fname | Points to a buffer fnamelen bytes long into which the complete parent process path and filename will be copied. If the buffer is too short the call will return ENAMETOOLONG. | Fcntl() |