createFindSurface

Create and initialize FindSurface context.

Syntax

int createFindSurface(
    [out] FIND_SURFACE_CONTEXT *context
);

Parameters

context

Return value

If the function succeeds, the return value is FS_NO_ERROR. If the function fails, the return value can be one of the following: FS_OUT_OF_MEMORY, FS_LICENSE_EXPIRED, FS_LICENSE_UNKNOWN.

See also

releaseFindSurface