Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pg/pgunlocklayer.html on line 1

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pg/pgunlocklayer.html on line 1

Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pg/pgunlocklayer.html on line 8

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pg/pgunlocklayer.html on line 8

PgUnlockLayer()

Unlock a layer

Synopsis:

int PgUnlockLayer( int layer );

Arguments:

layer
The layer index, which must be 0 or greater.

Library:

ph

Description:

PgUnlockLayer() releases a layer from exclusive use by an application. To lock a layer, call PgLockLayer().

Other applications may not use PgSetLayerSurface() or PgSetLayerArg() on a locked surface.


Note: You must target this function at a device by calling PdSetTargetDevice().

Your application should unlock its layers before it exits. You can lock a layer multiple times, but need to unlock it only once.

Returns:

0
Success.
-1
An error occurred (errno is set).

Errors:

EBUSY
The specified layer is locked by another application.
EINVAL
No such layer, or any other error.
ENXIO
The layer doesn't exist.
EOPNOTSUPP
The operation isn't supported.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PdSetTargetDevice(), PgLockLayer(), PgSetLayerArg(), PgSetLayerSurface()

Layers in the Raw Drawing and Animation chapter of the Photon Programmer's Guide


Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pg/pgunlocklayer.html on line 164

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pg/pgunlocklayer.html on line 164