Microsoft DirectX 9.0 |
The SetSyncPoint method specifies whether the beginning of this sample is a synchronization point.
Syntax
HRESULT SetSyncPoint(
BOOL bIsSyncPoint
);
Parameters
bIsSyncPoint
Boolean value that specifies whether the beginning of this sample is a synchronization point. If TRUE, the beginning of the sample is a synchronization point.
Return Values
Returns S_OK.
See Also