Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
IDxtJpeg::get_ReplicateX
The get_ReplicateX method retrieves the number of times the wipe pattern is replicated horizontally.
Syntax
HRESULT get_ReplicateX(
long *pVal
);
Parameters
pVal
[out, retval] Pointer to a variable that receives the number of times the wipe pattern is replicated horizontally.
Return Values
Returns an HRESULT value. Possible values include the following.
| Value | Description |
| E_POINTER | NULL pointer argument |
| S_OK | Success |
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also