Microsoft DirectX 8.1 (C++) |
The SetSyncPoint method specifies whether the beginning of this sample is a synchronization point.
Syntax
HRESULT SetSyncPoint(
BOOL bIsSyncPoint
);
Parameters
bIsSyncPoint
[in] Boolean value that specifies whether this is a synchronization point. If TRUE, this is a synchronization point.
Return Value
Returns S_OK or an HRESULT value indicating the cause of the error.
See Also