include: Fix ISpTTSEngineSite::GetActions return type.
This commit is contained in:
parent
024189aecd
commit
5f3dee9702
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ typedef enum SPVESACTIONS
|
|||
]
|
||||
interface ISpTTSEngineSite : ISpEventSink
|
||||
{
|
||||
HRESULT GetActions();
|
||||
DWORD GetActions();
|
||||
HRESULT Write([in] const void *pBuff,
|
||||
[in] ULONG cb,
|
||||
[out] ULONG *pcbWritten);
|
||||
|
|
Loading…
Add table
Reference in a new issue