|
GetWatermarkTextCount |
Top Previous Next |
|
The GetWatermarkTextCount method retrieves the number of text watermarks. HRESULT GetWatermarkTextCount( [out] SHORT* p_pnCount, [in, string] LPCWSTR p_wsProfileName, [in] BOOL p_bPublicProfile );
Parameters: p_pnCount [out] count of text watermarks p_wsProfileName [in] pointer to a null terminated Unicode string containing the profile to modify. If this parameter is an empty string, the current active profile is used. p_bPublicProfile [in] - flag, profile is a public profile
Return values: S_OK on success or COM error code NV_NOT_INITIALIZED - Initialize was not called |