Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Obtains the public POS (Part of Speech) table.
Syntax
HRESULT GetPosTable(
[out] POSTBL **prgPosTbl,
[out] int *pcPosTbl
);
Parameters
[out] prgPosTbl
Pointer to the array of POSTBL structures.
[out] pcPosTbl
Pointer to the number of POSTBL structures in the returned array. Can be NULL.
Return value
S_OK if successful, otherwise E_FAIL.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | msime.h |