_get_wpgmptr

Gets the current value of the _wpgmptrglobal variable.

errno_t _get_wpgmptr( 
   wchar_t **pValue 
);

Параметры

  • [out] pValue
    A pointer to a string to be filled with the current value of the _wpgmptr variable.

Возвращаемое значение

Returns zero if successful; an error code on failure. If pValue is NULL, the invalid parameter handler is invoked as described in Parameter Validation. If execution is allowed to continue, this function sets errno to EINVAL and returns EINVAL.

Заметки

The _wpgmptrglobal variable contains the full path to the executable associated with the process as a wide-character string. For more information, see _pgmptr, _wpgmptr.

Требования

Routine

Required header

_get_wpgmptr

<stdlib.h>

For more compatibility information, see Compatibility in the Introduction.

Эквивалент в .NET Framework

Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.

См. также

Основные понятия

_get_pgmptr