IStringTable::FindString method (mmc.h)
The IStringTable::FindString method enables a snap-in to search for a string in the snap-in string table.
Syntax
HRESULT FindString(
[in] LPCOLESTR pszFind,
[out] MMC_STRING_ID *pStringID
);
Parameters
[in] pszFind
The string to be searched for in the string table.
[out] pStringID
A pointer to the ID of the string found in the string table.
Return value
This method can return one of these values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |
DLL | Mmcndmgr.dll |