Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Returns all global variables.
Syntax
HRESULT GetGlobalVariables(
[in] ULONG32 cVars,
[out] ULONG32 *pcVars,
[out, size_is(cVars),
length_is(*pcVars)] ISymUnmanagedVariable *pVars[]);
Parameters
cVars
[in] The length of the buffer pointed to by pcVars.
pcVars
[out] A pointer to a ULONG32 that receives the size of the buffer required to contain the variables.
pVars
[out] A buffer that contains the variables.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.